Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
module client
Python API REST wrapper and helpers
class RetryException
API Client retry exception
class APIError
Represent API related error. error.status_code will have http status code.
method __init__
property code
Return error codeproperty request
Handle requests errorproperty response
Handle response error :return:property status_code
Return response status code Returns: intclass ClientConfig
Args:
raw_data: should we return api response raw or wrap it with Entity objects.