@marteye/studiojs v1.1.25
MartEye Studio JavaScript SDK (@marteye/studiojs)
This library is a JavaScript SDK that allows you to easily integrate with MartEye Studio's API. It provides methods to interact with various resources, manage data, and leverage the powerful features offered by MartEye Studio.
Installation
You can install the library using npm or yarn:
Using npm:
npm install @marteye/studiojsUsing yarn:
yarn add @marteye/studiojsUsage
Importing the Library
Using ES Modules:
import StudioJS from "@marteye/studiojs";Or using CommonJS:
let StudioJS = require("@marteye/studiojs");Initializing the SDK
Before using the library, initialize it with your API key. For more information on obtaining an API key, please contact your MartEye representative.
let studioClient = StudioJS.init({
apiKey: "YOUR_API_KEY_HERE",
});Contributing
Contributions are welcome! Please open an issue or submit a pull request if you have suggestions or improvements.
License
MIT
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
12 months ago
12 months ago
1 year ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
10 months ago
11 months ago
3 years ago