Skip to main content

discovery

GitHub source

DiscoveryAPIClient

evo.discovery.client.DiscoveryAPIClient

Simple client for interacting with the Discovery API.

__init__

__init__(connector: APIConnector) -> None

Parameters:

NameTypeDescriptionDefault
connectorAPIConnectorThe API connector to use for making requests.required

list_organizations async

list_organizations(service_codes: Sequence[str] = ('evo',)) -> list[Organization]

Get organizations with access to the specified services.

Parameters:

NameTypeDescriptionDefault
service_codesSequence[str]The service codes to use in the query.('evo',)

What is the reason for your feedback?