1.1.10 • Published 1 year ago

mediamask-js v1.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

mediamask-js@1.1.10

It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install mediamask-js --save

Usage

import { MediamaskApi, Configuration } from 'mediamask-js';

const api = new MediamaskApi(
  new Configuration({
    accessToken: 'API_TOKEN',
  })
);

api.templates().then((response) => {
  console.log(response.data);
});
1.1.10

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

0.0.1

2 years ago