12.68.1 • Published 4 years ago

@monsenso/auth-api-next v12.68.1

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

@monsenso/auth-api

JavaScript and TypeScript client for Monsenso's Auth service.

Using the client

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

    import { AuthModuleApi, BASE_URL } from '@monsenso/auth-api'
    
    @NgModule({
        imports: [
          AuthApiModule
        ],
        providers: [
            { provide: BASE_URL, useValue: 'https://auth.dev.monsenso.com' }
        ]
    })
    export class MyModule { ... }
  • The AuthApi class contains a function for each operation supported by the AuthService.

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.64.1

4 years ago

12.65.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