Extension for requests library
Project description
Requirements
============
* Python >= 3.6
Installation
============
```bash
pip install reqtools
```
Usage
=====
Remote API session
------------------
```python
from reqtools import RemoteApiSession
session = RemoteApiSession('http://my-api.com', prefix='api')
response = session.get('/api/method', params={'param': 'value'})
```
============
* Python >= 3.6
Installation
============
```bash
pip install reqtools
```
Usage
=====
Remote API session
------------------
```python
from reqtools import RemoteApiSession
session = RemoteApiSession('http://my-api.com', prefix='api')
response = session.get('/api/method', params={'param': 'value'})
```
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
reqtools-0.0.3.tar.gz
(2.2 kB
view details)
File details
Details for the file reqtools-0.0.3.tar.gz
.
File metadata
- Download URL: reqtools-0.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ebc8b50440a16e14038e6cca16134ced830c0de70d6f94445fa148825fc6ca |
|
MD5 | 85b5e59b6219d735d5f961f1d5f8d920 |
|
BLAKE2b-256 | aab1f93ee196a897c1a8fca1ea42bfcfdca89bce0df5ae02826bf2973c9e9cd3 |