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
Release history Release notifications | RSS feed
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)
File details
Details for the file requests-foauth-0.1.1.tar.gz
.
File metadata
- Download URL: requests-foauth-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d65be4684ec57abcc6bbf54abbdff9b1e525ed10754adda0fb05b29b61efea9 |
|
MD5 | 6f6da79e95d27f1e296a0276847cd2db |
|
BLAKE2b-256 | b76c7291fa76577d0eb4530829a041f86d294b45aee6b36bae2b191c5bfd4994 |