module documentation

Undocumented

Class AsyncStiggClient Undocumented
Class Stigg Undocumented
Class StiggClient Undocumented
Function get_headers Undocumented
Constant DEFAULT_REQUEST_TIMEOUT Undocumented
Constant HTTP_TRANSPORT_RETRY_COUNT Undocumented
Constant PRODUCTION_API_URL Undocumented
Constant PRODUCTION_EDGE_API_URL Undocumented
Constant RETRY_KWARGS Undocumented
Constant STIGG_REQUESTS_RETRY_COUNT Undocumented
Constant X_GRAPHQL_OPERATION_NAME Undocumented
def get_headers(api_key: str):

Undocumented

DEFAULT_REQUEST_TIMEOUT =

Undocumented

Value
Timeout(timeout=30.0)
HTTP_TRANSPORT_RETRY_COUNT: int =

Undocumented

Value
5
PRODUCTION_API_URL: str =

Undocumented

Value
'https://api.stigg.io/graphql'
PRODUCTION_EDGE_API_URL: str =

Undocumented

Value
'https://edge.api.stigg.io'
RETRY_KWARGS =

Undocumented

Value
{'retry': retry_if_exception_type(GraphQLClientHttpError) | retry_if_exception_type
(GraphQLClientInvalidResponseError),
 'stop': stop_after_attempt(STIGG_REQUESTS_RETRY_COUNT),
 'reraise': True}
STIGG_REQUESTS_RETRY_COUNT: int =

Undocumented

Value
3
X_GRAPHQL_OPERATION_NAME: str =

Undocumented

Value
'x-graphql-operation-name'