1.1.2 • Published 3 years ago

clf_web_client_api v1.1.2

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

clf_web_client_api

ClfWebClientApi - JavaScript client for clf_web_client_api

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.javascript.JavaScriptClientCodegen

Installation

For Node.js

npm

Then install it via:

npm install clf_web_client_api --save

## Getting Started

Please follow the [installation](#installation) instruction and execute the following JS code:

```javascript
import ClfWebClientApi = require('clf_web_client_api');

var api = new ClfWebClientApi.CustomerApi()
var opts = { 
  'body': new ClfWebClientApi.Customer() // {Customer} 
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.addCustomer(opts, callback);

Documentation for API Endpoints

All URIs are relative to /GluMeterServer

ClassMethodHTTP requestDescription
ClfWebClientApi.CustomerApiaddCustomerPOST /customerSign up
ClfWebClientApi.CustomerApideleteCustomerDELETE /customerDelete Customer
ClfWebClientApi.CustomerApigetCustomersGET /customer
ClfWebClientApi.CustomerApiloginPOST /customer/loginCustomer Login
ClfWebClientApi.CustomerApiupdateCustomerPUT /customerUpdate Customer Information
ClfWebClientApi.CustomerApivalidCustomerNameGET /customer/nameVerify whether user name valid
ClfWebClientApi.DataApigetMeasureCountListPOST /data/countGet Measure Count List in a Device
ClfWebClientApi.DataApigetMeasureDataListPOST /dataGet Measure Count List in a Device
ClfWebClientApi.DataApigetUserListPOST /data/usersGet User List in a Device
ClfWebClientApi.DeviceApiappendDevicePOST /tokenRequest Device Token
ClfWebClientApi.DeviceApideleteDeviceTokenPUT /tokenDelete Device
ClfWebClientApi.DeviceApigetDeviceTokenGET /token

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.1.1

3 years ago

1.1.2

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago