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.1.tar.gz (1.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for requests-foauth-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2d65be4684ec57abcc6bbf54abbdff9b1e525ed10754adda0fb05b29b61efea9
MD5 6f6da79e95d27f1e296a0276847cd2db
BLAKE2b-256 b76c7291fa76577d0eb4530829a041f86d294b45aee6b36bae2b191c5bfd4994

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