1.1.25 • Published 10 months ago

@marteye/studiojs v1.1.25

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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/studiojs

Using yarn:

yarn add @marteye/studiojs

Usage

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.1.1

1 year ago

1.1.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.16

11 months ago

1.1.15

12 months ago

1.1.14

12 months ago

1.1.13

1 year ago

1.1.19

11 months ago

1.1.18

11 months ago

1.1.17

11 months ago

1.1.23

11 months ago

1.1.22

11 months ago

1.1.21

11 months ago

1.1.20

11 months ago

1.1.25

10 months ago

1.1.24

11 months ago

1.0.0

3 years ago