Skip to main content

Speakeasy API Client SDK for Python

Project description

speakeasy-client-sdk-python

SDK Installation

pip install speakeasy-client-sdk-python

SDK Example Usage

import speakeasy
from speakeasy.models import operations, shared

s = speakeasy.Speakeasy(
    security=shared.Security(
        api_key="",
    ),
)

req = operations.GetApisRequest(
    metadata={
        "aut": [
            'bypassing',
        ],
    },
    op=operations.GetApisOp(
        and_=False,
    ),
)

res = s.apis.get_apis(req)

if res.apis is not None:
    # handle response

Available Resources and Operations

Speakeasy SDK

api_endpoints

apis

embeds

metadata

plugins

requests

schemas

Pagination

Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the returned response object will have a Next method that can be called to pull down the next group of results. If the return value of Next is None, then there are no more pages to be fetched.

Here's an example of one such pagination call:

SDK Generated by Speakeasy

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

speakeasy-client-sdk-python-1.58.2.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

speakeasy_client_sdk_python-1.58.2-py3-none-any.whl (60.9 kB view details)

Uploaded Python 3

File details

Details for the file speakeasy-client-sdk-python-1.58.2.tar.gz.

File metadata

File hashes

Hashes for speakeasy-client-sdk-python-1.58.2.tar.gz
Algorithm Hash digest
SHA256 018c4d1d180dffc1faaf2c8085f0c7a8754a8bd9095060804b008640a9c6a988
MD5 731eb1ecbbb37ee47d4446b4601032a0
BLAKE2b-256 9efe9f9567f7c394a5fad1bbebe9e3e3e29eb59f32344bfdc054537536d1cc6e

See more details on using hashes here.

File details

Details for the file speakeasy_client_sdk_python-1.58.2-py3-none-any.whl.

File metadata

File hashes

Hashes for speakeasy_client_sdk_python-1.58.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6723e64fdbc6abf10e4133bef0cf4dfba9c65dd330ea2b088dde55700601976e
MD5 383b6e8679876ebfa29b89289c68034c
BLAKE2b-256 d7778928436fbf8aa672178432e8eae47e06034220acbd0d8a5a22ee1014e24c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page