Skip to main content

esa API v1 client library, written in python

Project description

piyo

esa API v1 client library, written in Python

installation

install this library using pip

pip install piyo

Usage

from piyo import Client

client = Client(access_token="<access_token>", current_team='<team_name>')
# Client will look up environment variables  access token

client.user
#=> GET /v1/user

client.team
#=> GET /v1/teams

client.team("<team_name>")
#=> GET /v1/teams/team_name

client.stats
#=> GET /v1/teams/bar/stats

...

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

piyo-0.2.0-py3-none-any.whl (2.8 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