4.2.2 • Published 6 years ago

@monsenso/user-api v4.2.2

Weekly downloads
2
License
-
Repository
github
Last release
6 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 { BASE_URL } from '@monsenso/user-api'
    
    bootstrap(AppComponent,
        [
            { provide: BASE_URL, useValue: 'https://user.dev.monsenso.com' }
        ])
  • The UserApi class contains a function for each operation supported by the UserService.

Generating the client

cd client
yarn
yarn generate
4.2.2

6 years ago

4.2.1

6 years ago

4.2.0

6 years ago

4.1.2

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.2.3

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.8

6 years ago

3.1.7

6 years ago

3.1.6

6 years ago

3.1.5

7 years ago

3.1.4-16

7 years ago

3.1.0-6

7 years ago

1.1.0-0

7 years ago