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={
        "South": [
            'Southwest',
        ],
    },
    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.59.0.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.59.0-py3-none-any.whl (60.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for speakeasy-client-sdk-python-1.59.0.tar.gz
Algorithm Hash digest
SHA256 c78e6ff065ec38120d8f0157c555186df0fcb48c85fef02c8d099e0f363ab3d1
MD5 9dcb2873ed28193a311a9605525584a7
BLAKE2b-256 613ddd737ddce9fcc84694c52a6837e3c65f25a6a7663bd5a3107095a843bb04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speakeasy_client_sdk_python-1.59.0-py3-none-any.whl
Algorithm Hash digest
SHA256 94cd23902ea0dc76b78975df95d991943b4164f58a226e6f240310c0740cab51
MD5 56f757b12cc5478e81ee1c426ade26fa
BLAKE2b-256 0eeaf1247678c81cd38130c0dce633d8674f7b1e79be77e72fbbc8e5d9e98ce7

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