requests-openapi
requests-openapi copied to clipboard
A lightweight but powerful and easy-to-use Python client library for OpenAPI v3.
Results
2
requests-openapi issues
Sort by
recently updated
recently updated
newest added
Seems currently we can only set requestor auth configurations for all APIs, any ideas about how to handle different API calls with different auth configuration? ```py import requests_openapi # load...
Allow to use _path_params to set path parameters ```py import requests_openapi import json # or load from file c = requests_openapi.Client().load_spec_from_file("openapi.yaml") # custom session for auth or others c.requestor #...