Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajeevs1992/pyhealthvault
Python SDK for HealthVault
https://github.com/rajeevs1992/pyhealthvault
Last synced: about 2 months ago
JSON representation
Python SDK for HealthVault
- Host: GitHub
- URL: https://github.com/rajeevs1992/pyhealthvault
- Owner: rajeevs1992
- License: mit
- Created: 2015-09-24T06:24:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:50:00.000Z (about 2 years ago)
- Last Synced: 2024-09-15T14:18:29.635Z (4 months ago)
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
The most complete Python SDK for HealthVault
===========================The ``pyhealthvault`` is the most complete python SDK for Microsoft HealthVault.
You can install pyhealthvault using the source
git clone [email protected]:rajeevs1992/pyhealthvault.git
python setup.py installOr you can install the last ``pyhealthvault`` release using ``pip``
pip install pyhealthvault
Supported Methods
------------------The following methods are currently supported:
* CreateAuthenticatedSessionToken
* GetApplicationInfo
* GetAuthroizedPeople
* GetAuthorizedRecords
* GetPersonInfo
* GetServiceDefinition
* GetThings
* GetUpdatedRecordsForApplication
* GetVocabulary
* NewApplicationCreationInfo
* PutThings
* QueryPermissions
* RemoveThings
* RemoveApplicationRecordAuthorization
* SearchVocabulary