2.14.12 • Published 10 years ago

microsofthealth-lib v2.14.12

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

MicorosftHealth-lib

Microsoft API library for node.js

Install

$ npm install --save microsofthealth-lib

Client API

Microsoft cloud API endpoints

MicrosoftHealth.getActivities(options, callback)

The options is a option object, and the callback is of the form function(err, data). The data is the activites done by the user.

MicrosoftHealth.getSummaries(options, callback)

The options is a option object, and the callback is of the form function(err, data). The data is the summary of the activities done by the user.

MicrosoftHealth.getProfile(options, callback)

The options is a option object, and the callback is of the form function(err, data). The data is the profile detail of user.

MicrosoftHealth.getDevices(options, callback)

The options is a option object, and the callback is of the form function(err, data). The data is the devices used by the user.

2.14.12

10 years ago

2.14.0

10 years ago

2.14.3

10 years ago

1.3.2

10 years ago