Speakeasy API Client SDK for Python
Project description
speakeasy-client-sdk-python
This is the Speakeasy API Client SDK for Python. It is generated from our OpenAPI spec found at https://docs.speakeasyapi.dev/openapi.yaml and used for interacting with the Speakeasy API.
This SDK was generated using Speakeasy's SDK Generator. For more information on how to use the generator to generate your own SDKs, please see the Speakeasy Client SDK Generator Docs.
Installation
pip install speakeasy-client-sdk-python
Example usage
import sdk
from sdk.models import operations, shared
s = sdk.SDK()
s.config_security(
security=shared.Security(
api_key=shared.SchemeAPIKey(
api_key="YOUR_API_KEY" # Replace with your API key from your Speakeasy Workspace
)
)
)
req = operations.GetApisRequest(
query_params=operations.GetApisQueryParams(
metadata={'label': ['1']},
op=operations.GetApisOp(and_=True)
)
)
res = s.get_apis(req)
if res.status_code == 200:
print(res.apis)
else:
print(res.error)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for speakeasy-client-sdk-python-0.3.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8052193c1199632eb5a6a6c181d7335db7575b8928c8a17820646c9080af09bc |
|
MD5 | 272ee418a8d3fcdc097f857abef9943e |
|
BLAKE2b-256 | 00d82c73b5226442c87250bfa432ffb07034155f4fb05be6acaf4155564285dd |
Close
Hashes for speakeasy_client_sdk_python-0.3.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb3bd4a73c0cc9fce46e24b29a93733cd8d1ec5e44922397f830e1bb60ae9930 |
|
MD5 | 7ee5c0aa63c6a67377c5e5f76fc66d84 |
|
BLAKE2b-256 | eee6fa6c6a910830ccbe4bc39933cedcc4371242b9e6ea1c3196eb34d2322b51 |