@mobieve/mobieve-sdk-js

0.1.0 • Public • Published

mobieve-sdk-js

MobieveSdkJs - JavaScript client for mobieve-sdk-js No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 2019-12-11T20:25:45Z
  • Package version: 0.1.0
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install mobieve-sdk-js --save

git

If the library is hosted at a git repository, e.g. https://github.com/mobieve/mobieve-sdk-js then install it via:

    npm install mobieve/mobieve-sdk-js --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var MobieveSdkJs = require('mobieve-sdk-js');

var defaultClient = MobieveSdkJs.ApiClient.instance;
// Configure API key authorization: BearerToken
var BearerToken = defaultClient.authentications['BearerToken'];
BearerToken.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//BearerToken.apiKeyPrefix['Authorization'] = "Token"

var api = new MobieveSdkJs.AuthApi()
var api = new MobieveSdkJs.Api(); // {Api} 
api.createApi(api).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to https://0lp2wd09yb.execute-api.sa-east-1.amazonaws.com/ngrok

Class Method HTTP request Description
MobieveSdkJs.AuthApi createApi POST /apis
MobieveSdkJs.AuthApi createClient POST /clients
MobieveSdkJs.AuthApi createPermission POST /permissions
MobieveSdkJs.AuthApi createRole POST /roles
MobieveSdkJs.AuthApi createRoleUser POST /role-users
MobieveSdkJs.AuthApi createTeam POST /teams
MobieveSdkJs.AuthApi createTeamUser POST /team-users
MobieveSdkJs.AuthApi deletePermission DELETE /permissions/{id}
MobieveSdkJs.AuthApi deleteRoleUser DELETE /role-users
MobieveSdkJs.AuthApi deleteTeam DELETE /teams/{id}
MobieveSdkJs.AuthApi deleteTeamUser DELETE /team-users
MobieveSdkJs.AuthApi getApi GET /apis/{id}
MobieveSdkJs.AuthApi getApis GET /apis
MobieveSdkJs.AuthApi getClients GET /clients
MobieveSdkJs.AuthApi getPermissions GET /permissions
MobieveSdkJs.AuthApi getRole GET /roles/{id}
MobieveSdkJs.AuthApi getRoles GET /roles
MobieveSdkJs.AuthApi getTeam GET /teams/{id}
MobieveSdkJs.AuthApi getTeams GET /teams
MobieveSdkJs.AuthApi getUser GET /users/{id}
MobieveSdkJs.AuthApi getUsers GET /users
MobieveSdkJs.AuthApi login POST /login
MobieveSdkJs.AuthApi logout POST /logout
MobieveSdkJs.AuthApi updateApi POST /apis/{id}
MobieveSdkJs.AuthApi updateClient PUT /clients/{id}
MobieveSdkJs.AuthApi updateRole POST /roles/{id}
MobieveSdkJs.AuthApi updateTeam POST /teams/{id}
MobieveSdkJs.AuthApi updateUser POST /users/{id}

Documentation for Models

Documentation for Authorization

BearerToken

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Readme

Keywords

Package Sidebar

Install

npm i @mobieve/mobieve-sdk-js

Weekly Downloads

1

Version

0.1.0

License

Unlicense

Unpacked Size

423 kB

Total Files

48

Last publish

Collaborators

  • dreymaior
  • tainan