Skip to main content

Object Oriented API for Quire

Project description

Object Oriented API for Quire

A set of resources (classes) for working with quire API

All API resources available in resources.

Examples:

from pyquire.resources.user_resource import UserResource

print(UserResource().get_users())
# [User(oid='...', name='...', iconColor='43', image='...', ... email='...', website='')]

TODO

  • Create credentials class
  • When code received - stop server and continue work flow.

P.S.

Implemented for their needs, but if there are problems, suggestions, etc. create issue in the repository.

Changelog

v1.0.4:

  1. Create facade
  2. Add functools.wraps() decorator for each api decorator
  3. Integrate with PyQuire

v1.0.1:

  1. Fix requirements

v1.0.0:

  1. Just create

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

pyquire-1.0.4.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

pyquire-1.0.4-py3-none-any.whl (40.9 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