@agilicus/typescript
TypeScript icon, indicating that this package has built-in type declarations

1.284.5 • Public • Published

Agilicus SDK

A TypeScript / JavaScript SDK for Agilicus integration.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @agilicus/typescript

Weekly Downloads

262

Version

1.284.5

License

MIT

Unpacked Size

49.3 MB

Total Files

3362

Last publish

Collaborators

  • donbowman
  • klarose