12.68.1 • Published 4 years ago

@monsenso/account-api-next v12.68.1

Weekly downloads
118
License
-
Repository
-
Last release
4 years ago

@monsenso/user-api

JavaScript and TypeScript client for Monsenso's UserService.

Using the client

  • Provide the base url of the UserService the client shall target, e.g.:

    import { AccountModuleApi, BASE_URL } from '@monsenso/account-api'
    
    @NgModule({
        imports: [
          AccountApiModule
        ],
        providers: [
            { provide: BASE_URL, useValue: 'https://user.dev.monsenso.com' }
        ]
    })
    export class MyModule { ... }
  • The UserApi class contains a function for each operation supported by the UserService.

Generating the client

cd client
yarn
yarn generate
12.68.1

4 years ago

12.68.0

4 years ago

12.67.1

4 years ago

12.67.0

4 years ago

12.66.0

4 years ago

12.65.0

4 years ago

12.64.0

4 years ago

12.0.1

4 years ago

12.0.0

4 years ago

11.2.1

4 years ago

11.2.0

5 years ago

11.1.1

5 years ago

11.1.0

5 years ago

11.0.2

5 years ago

11.0.1

5 years ago

11.0.0

5 years ago

10.2.4

5 years ago

10.2.3

5 years ago

10.2.2

5 years ago

10.2.1

5 years ago

10.2.0

5 years ago

10.1.1

5 years ago

10.1.0

5 years ago