📜 Guides & Getting Started
StringPayloadHandler
JSONPayloadHandler
PayloadHandler
ClientErrorStatusHandler
UnauthorisedStatusHandler
RateLimitStatusHandler
StatusHandler
OAuth2Authoriser
ClientCredentialsFlow
AuthorisationCodeFlow
AuthorisationCodePKCEFlow
AuthRequest
AuthResponse
AuthTester
SocketHandler
Authoriser
ResponseRepositorySettings
ResponseRepository
ResponseCache
CachedResponse
CachedSession
SQLiteTable
SQLiteCache
CountTimer
StepCountTimer
GeometricCountTimer
PowerCountTimer
CeilingTimer
StepCeilingTimer
GeometricCeilingTimer
PowerCeilingTimer
Timer
🛠️ Project Info
📖 Reference
Authoriser.logger
Authoriser.service_name
Authoriser.authorise()
BasicAuthoriser
BasicAuthoriser.login
BasicAuthoriser.password
BasicAuthoriser.encoding
BasicAuthoriser.authorise()
AuthoriserError
OAuth2Authoriser.is_token_valid
OAuth2Authoriser.token_request
OAuth2Authoriser.response
OAuth2Authoriser.tester
ClientCredentialsFlow.create()
ClientCredentialsFlow.create_with_encoded_credentials()
ClientCredentialsFlow.authorise()
AuthorisationCodeFlow.create()
AuthorisationCodeFlow.create_with_encoded_credentials()
AuthorisationCodeFlow.user_request
AuthorisationCodeFlow.refresh_request
AuthorisationCodeFlow.redirect_uri
AuthorisationCodeFlow.socket_handler
AuthorisationCodeFlow.authorise()
AuthorisationCodePKCEFlow.create()
AuthorisationCodePKCEFlow.code_verifier
AuthRequest.payload
AuthRequest.method
AuthRequest.url
AuthRequest.set_payload_type()
AuthRequest.enrich_payload()
AuthRequest.enrich_headers()
AuthRequest.request()
AuthRequest.params
AuthRequest.data
AuthRequest.json
AuthRequest.cookies
AuthRequest.headers
AuthRequest.skip_auto_headers
AuthRequest.auth
AuthRequest.allow_redirects
AuthRequest.max_redirects
AuthRequest.compress
AuthRequest.chunked
AuthRequest.expect100
AuthRequest.raise_for_status
AuthRequest.read_until_eof
AuthRequest.proxy
AuthRequest.proxy_auth
AuthRequest.timeout
AuthRequest.verify_ssl
AuthRequest.fingerprint
AuthRequest.ssl_context
AuthRequest.ssl
AuthRequest.server_hostname
AuthRequest.proxy_headers
AuthRequest.trace_request_ctx
AuthRequest.read_bufsize
AuthRequest.auto_decompress
AuthRequest.max_line_size
AuthRequest.max_field_size
AuthResponse.token
AuthResponse.headers
AuthResponse.sanitised
AuthResponse.logger
AuthResponse.file_path
AuthResponse.token_key
AuthResponse.token_prefix_default
AuthResponse.additional_headers
AuthResponse.replace()
AuthResponse.enrich()
AuthResponse.load_response_from_file()
AuthResponse.save_response_to_file()
AuthTester.logger
AuthTester.request
AuthTester.response_test
AuthTester.max_expiry
AuthTester.test()
SocketHandler.port
SocketHandler.timeout
ResponseRepositorySettings.name
ResponseRepositorySettings.payload_handler
ResponseRepositorySettings.fields
ResponseRepositorySettings.get_key()
ResponseRepositorySettings.get_name()
ResponseRepository.expire
ResponseRepository.create()
ResponseRepository.logger
ResponseRepository.settings
ResponseRepository.connection
ResponseRepository.commit()
ResponseRepository.close()
ResponseRepository.count()
ResponseRepository.contains()
ResponseRepository.clear()
ResponseRepository.serialize()
ResponseRepository.deserialize()
ResponseRepository.get_key_from_request()
ResponseRepository.get_response()
ResponseRepository.get_responses()
ResponseRepository.save_response()
ResponseRepository.save_responses()
ResponseRepository.delete_response()
ResponseRepository.delete_responses()
ResponseCache.type
ResponseCache.connect()
ResponseCache.cache_name
ResponseCache.repository_getter
ResponseCache.expire
ResponseCache.commit()
ResponseCache.close()
ResponseCache.create_repository()
ResponseCache.get_repository_from_url()
ResponseCache.get_repository_from_requests()
ResponseCache.get_response()
ResponseCache.get_responses()
ResponseCache.save_response()
ResponseCache.save_responses()
ResponseCache.delete_response()
ResponseCache.delete_responses()
CacheError
CachedSession.logger
CachedSession.cache
CachedSession.request()
RequestHandler
RequestHandler.closed
RequestHandler.session
RequestHandler.retry_timer
RequestHandler.create()
RequestHandler.logger
RequestHandler.authoriser
RequestHandler.payload_handler
RequestHandler.response_handlers
RequestHandler.wait_timer
RequestHandler.authorise()
RequestHandler.close()
RequestHandler.log()
RequestHandler.request()
RequestHandler.get()
RequestHandler.post()
RequestHandler.put()
RequestHandler.delete()
RequestHandler.options()
RequestHandler.head()
RequestHandler.patch()
ResponseError
PayloadHandlerError
StatusHandlerError
PayloadHandler.serialize()
PayloadHandler.deserialize()
StringPayloadHandler.serialize()
StringPayloadHandler.deserialize()
BytesPayloadHandler
BytesPayloadHandler.encoding
BytesPayloadHandler.serialize()
BytesPayloadHandler.deserialize()
JSONPayloadHandler.indent
JSONPayloadHandler.serialize()
JSONPayloadHandler.deserialize()
StatusHandler.status_codes
StatusHandler.logger
StatusHandler.match()
StatusHandler.handle()
ClientErrorStatusHandler.status_codes
ClientErrorStatusHandler.handle()
UnauthorisedStatusHandler.status_codes
UnauthorisedStatusHandler.handle()
RateLimitStatusHandler.status_codes
RateLimitStatusHandler.handle()
AIORequestfulError
InputError
AIORequestfulImportError
HTTPError
RequestError
Timer.initial
Timer.final
Timer.total
Timer.total_remaining
Timer.count
Timer.counter
Timer.count_remaining
Timer.can_increase
Timer.increase()
Timer.reset()
Timer.wait()
CountTimer.count
CountTimer.can_increase
StepCountTimer.final
StepCountTimer.total
StepCountTimer.total_remaining
StepCountTimer.step
StepCountTimer.increase()
GeometricCountTimer.final
GeometricCountTimer.total
GeometricCountTimer.total_remaining
GeometricCountTimer.factor
GeometricCountTimer.increase()
PowerCountTimer.final
PowerCountTimer.total
PowerCountTimer.total_remaining
PowerCountTimer.exponent
PowerCountTimer.increase()
CeilingTimer.final
CeilingTimer.total
CeilingTimer.total_remaining
CeilingTimer.count
CeilingTimer.can_increase
StepCeilingTimer.step
StepCeilingTimer.increase()
GeometricCeilingTimer.factor
GeometricCeilingTimer.increase()
PowerCeilingTimer.exponent
PowerCeilingTimer.increase()
RequestKwargs
RequestKwargs.method
RequestKwargs.url
RequestKwargs.params
RequestKwargs.data
RequestKwargs.json
RequestKwargs.cookies
RequestKwargs.headers
RequestKwargs.skip_auto_headers
RequestKwargs.auth
RequestKwargs.allow_redirects
RequestKwargs.max_redirects
RequestKwargs.compress
RequestKwargs.chunked
RequestKwargs.expect100
RequestKwargs.raise_for_status
RequestKwargs.read_until_eof
RequestKwargs.proxy
RequestKwargs.proxy_auth
RequestKwargs.timeout
RequestKwargs.verify_ssl
RequestKwargs.fingerprint
RequestKwargs.ssl_context
RequestKwargs.ssl
RequestKwargs.server_hostname
RequestKwargs.proxy_headers
RequestKwargs.trace_request_ctx
RequestKwargs.read_bufsize
RequestKwargs.auto_decompress
RequestKwargs.max_line_size
RequestKwargs.max_field_size