Skip to main content

Python API client for the Yavin API

Project description

Yavin API Python Client

Python client for Yavin API

Getting started

Register or sign up to get your developer API key: my.yavin.com

Read our documentation: api.yavin.com/docs

Install

pip install yavin

Example

from yavin import Client

yavin_client = Client('<yavin_secret_key>')
yavin_client.transactions.get({
    'start_date': '2019-12-12',
    'end_date': '2020-03-03',
    'limit': 2
})
print(yavin_client.transactions.data)

Learn more about our Yavin : www.yavin.com

Changelog

1.0.0 (2020-03-30)

  • Create a Python client for Yavin.
  • Make transactions endpoint available.

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

yavin-1.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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