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.
- Host: GitHub
- URL: https://github.com/degagne/requests-api
- Owner: degagne
- License: mit
- Created: 2021-06-18T15:09:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T00:40:52.000Z (8 months ago)
- Last Synced: 2025-08-28T15:22:34.024Z (5 months ago)
- Topics: api-rest, http, python3, requests
- Language: Python
- Homepage: https://requests-api.readthedocs.io/en/latest/
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# requests-api
[](https://pypi.org/project/python-ssh/)
[](https://pypi.org/project/requests-api)
[](https://pypi.org/project/requests-api/)
[](https://github.com/degagne/requests-api/releases/)
[](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.