Skip to main content

No project description provided

Project description

vital-python

The official Python Library for Vital API

Install

pip install vital

Calling Endpoints

from vital import Client

# Available environments are 'sandbox', 'development', and 'production'.
client = Client(client_id='***', secret='***', environment='sandbox')

Supported Endpoints

client.LinkToken.create(user_key="user_key")
client.Body.get(user_key=**,start_date="2020-01-01", end_date="2020-10-10")
client.Activity.get(user_key=**,start_date="2020-01-01", end_date="2020-10-10")
client.Sleep.get(user_key=**,start_date="2020-01-01", end_date="2020-10-10")
client.SourceSpecific.get(user_key=**,start_date="2020-01-01", end_date="2020-10-10")
client.User.create(client_user_id=**)
client.User.providers(user_key=**)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vital-0.2.13.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

vital-0.2.13-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page