1.0.3 • Published 7 years ago

ersm-api-client v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ersm-api-client

Client library for the ersm-api

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)

Installation

npm install ersm-api-client

or

yarn add ersm-api-client

Example

const client = require('ersm-api-client')

const api = client.ErsmApiFactory(undefined,"https://ersm-api-dev.azurewebsites.net/")

api.contactPeople
    .apiContactsPeopleGet()
    .then(p => console.log(p))
    .catch(err => console.log(err));
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago