An open API service indexing awesome lists of open source software.

https://github.com/degagne/requests-api

HTTP requests library.
https://github.com/degagne/requests-api

api-rest http python3 requests

Last synced: 9 days ago
JSON representation

HTTP requests library.

Awesome Lists containing this project

README

          

# requests-api

[![RequestsAPI Version](https://img.shields.io/pypi/v/requests-api?style=for-the-badge)](https://pypi.org/project/python-ssh/)
[![RequestsAPI Status](https://img.shields.io/pypi/status/requests-api?style=for-the-badge)](https://pypi.org/project/requests-api)
[![RequestsAPI Python Versions](https://img.shields.io/pypi/pyversions/requests-api?style=for-the-badge)](https://pypi.org/project/requests-api/)
[![RequestsAPI Release](https://img.shields.io/github/release/degagne/requests-api?style=for-the-badge)](https://github.com/degagne/requests-api/releases/)
[![RequestsAPI License](https://img.shields.io/github/license/degagne/requests-api?style=for-the-badge)](https://github.com/degagne/requests-api/blob/master/LICENSE)

The Requests-API is a library I created to ease the use of the requests library for my internal projects. So I figured why not share it in case it helps someone out.

## Installation

It's recommended to be installed using [pip](https://pip.pypa.io/en/stable/).

```bash
pip install requests-api
```

Releases are listed on the [Releases](https://github.com/degagne/requests-api/releases) page.

## Documentation

For documentation, please visit [requests-api](https://requests-api.readthedocs.io/en/latest).

## License

`requests-api` is licensed under MIT license. See the [LICENSE](https://github.com/degagne/requests-api/blob/master/LICENSE) for more information.