Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.39 KB

Connections

(connections)

Available Operations

  • list - List Connections

list

List Connections

Example Usage

from panora_sdk import Panora

s = Panora(
    api_key="<YOUR_API_KEY_HERE>",
)


res = s.connections.list()

if res is not None:
    # handle response
    pass

Parameters

Parameter Type Required Description
retries Optional[utils.RetryConfig] Configuration to override the default retry behavior of the client.

Response

List[models.Connection]

Errors

Error Object Status Code Content Type
models.SDKError 4xx-5xx /