Skip to main content

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'})
```

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.5.tar.gz (2.2 kB view hashes)

Uploaded Source

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