1.1.3 • Published 4 years ago

agilicus v1.1.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

Agilicus-js

A javascript sdk for Agilicus apis

For dev env :- Run the app on localhost:4200

npm install agilicus
import Agilicus  from 'agilicus';

Login flow

let agilicusAuth = new Agilicus.AgilicusAuth()
await agilicusAuth.initLogin()

User details

  • To get the user details after the login flow is completed
await agilicusAuth.getUser()

Config

  • to set the config
    let config = Agilicus.Config = {
        accessToken: 'ahodihapish57135813',
        baseUrl: 'xyz.com'
    }

Agilicus Apis

  • to get the apis
await Agilicus.Api.UsersApi(config)

Rendered documentation is available.

1.1.3

4 years ago

1.1.2

4 years ago