1.0.20 • Published 5 months ago

nomad-media-sdk v1.0.20

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

README.md

SDK Setup Instructions

Follow these steps to set up the SDK:

  1. Install noamd-media-sdk package
npm install nomad-media-sdk
  1. Add a config map to your project.

    • The format of the config:
    const config = {
        "username": "username",
        "password": "password",
        "serviceApiUrl": "serverApiUrl",
        "apiType": "admin",
        "debugMode": true
    };
    
    export default config;
  2. You are now ready to use the SDK in your project.

Note: Make sure to keep your configuration options secret and do not share them publicly.

1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.20

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago