Skip to main content

Wraps Python Requests with an (even) easier to use programming model for accessing a REST API.

Project description

API Endpoints

Wraps Python Requests with an (even) easier to use programming model for accessing a REST API.

from apiendpoints import API, APIEndpoint

api = API('https://webhook.site/')
endpoint = APIEndpoint(api, '/75b8e281-bb6d-4611-8cca-860d9d083545')

response: dict = endpoint.fetch()

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

apiendpoints-0.9.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

apiendpoints-0.9.3-py3-none-any.whl (5.5 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