11.29.1 • Published 4 years ago

@monsenso/data-api-next v11.29.1

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

@monsenso/data-api

JavaScript and TypeScript client for Monsenso's DataService.

Using the client

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

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

Generating the client

cd client
yarn
yarn generate
11.29.1

4 years ago

11.29.0

4 years ago

11.28.1

4 years ago

11.28.0

4 years ago

11.27.0

4 years ago

11.26.0

4 years ago

11.25.1

4 years ago

11.2.2

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