Skip to main content

UNKNOWN

Project description

genericclient

A generic client for RESTful APIs

$ pip install genericclient

Usage

from genericclient import GenericClient

myclient = GenericClient(api_url)

myresource = myclient.resources.get(id=1)

actives = myclients.posts.filter(active=True)

License

Licensed under the MIT License.

Project details


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