Skip to main content

CircleCI API wrapper using tapioca

Project description

CircleCI Status


CircleCI API Wrapper using tapioca https://circleci.com/docs/api/

Note: Not all endpoints are mapped, please open an issue if you need

Installation

IMPORTANT: Only Python 3.5+

pip install tapioca-circleci

Documentation

from tapioca_circleci import CircleCI

api = CircleCI(
    token='{your-token}'  # required,
    timeout=5,  # Optional, defaults to 5s
)

To generate API tokens, access your dashboard: [https://circleci.com/account/api](https://circleci.com/account/api)

Serialization

  • datetime

  • Decimal

Deseralization

  • datetime

  • Decimal

More

Changelog:

0.0.1

  • Initial release

Supported by

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