1.0.6 • Published 3 years ago

clf_glumeter_server_api v1.0.6

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

clf_glumeter_server_api

ClfGlumeterApi - JavaScript client for clf_glumeter_server_api

  • API version: 1.0.6
  • 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_glumeter_server_api --save

Getting Started

Please follow the installation instruction and execute the following JS code:

import { ClfGlumeterApi } from 'clf_glumeter_server_api'

var api = new ClfGlumeterApi.DataApi()
var opts = { 
  'body': new ClfGlumeterApi.CountReq() // {CountReq} 
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getMeasureCountList(opts, callback);

Documentation for API Endpoints

All URIs are relative to /GluMeterServer

ClassMethodHTTP requestDescription
ClfGlumeterApi.DataApigetMeasureCountListPOST /data/countGet Measure Count List in a Device
ClfGlumeterApi.DataApigetMeasureDataListPOST /dataGet Measure Count List in a Device
ClfGlumeterApi.DataApigetUserListPOST /data/usersGet User List in a Device

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago