Skip to main content

Requests TransportAdapter for foauth.org!

Project description

This module provides an foauth.org TransportAdapter for Requests.

In short, foauth.org allows you to easily send requests to OAUth’d services with HTTP Basic authentication. It’s fantastic.

Normally, you have to send all requests to foauth.org manually, after rewriting the URLs. With this adapter, all requests are sent through the service transparently.

Example usage:

import requests
from requests_foauth import Foauth

s = requests.Session()
s.mount('http', Foauth('username', 'password))

>>> s.get('https://api.500px.com/v1/users/')
<Response [200]>

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

requests-foauth-0.1.0.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file requests-foauth-0.1.0.tar.gz.

File metadata

File hashes

Hashes for requests-foauth-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ba0eb34ba118349e8f37f4e1f9c386397383edb153588dda71e9e44dfdbade85
MD5 7df13275154ac2337fb79f6254df5138
BLAKE2b-256 bfff74f32611827847788cf331f897c8791643b3cb6fce9e3f8f53784e9f5ab8

See more details on using hashes here.

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