RequestsOpenAPI is a python client library for OpenAPI 3.0
Project description
requests-openapi
RequestsOpenAPI is a python client library for OpenAPI 3.0
Usage
import requests_openapi c = requests_openapi.Client() c.load_spec_from_url("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml") resp = c.listPets() # resp: requests.Response resp.json()
Installation
pip install requests-openapi
Licennse
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size requests_openapi-0.9.7-py3-none-any.whl (5.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size requests-openapi-0.9.7.tar.gz (5.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for requests_openapi-0.9.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af53c3e28c292310a14a28ee3fca3b31f44c4c17be4b0b0d7bb47282535b1b93 |
|
MD5 | 7131176ff292b35df989ed1b24ebfb12 |
|
BLAKE2-256 | a6cab187dd56f849a4b20ab5dcde6e1ba10ba804e2acba01f5426720f777930c |