Reference
Base
- base.BaseClient
-
Client mixin.
Clients
Async
- AsyncClient
- AsyncResource
-
An
AsyncClientwhich returns json content and has syntactic support for requests. - AsyncRemote
-
An
AsyncClientwhich defaults to posts with json bodies, i.e., RPC. - AsyncGraph
-
An
AsyncRemoteclient which executes GraphQL queries. - AsyncProxy
-
An extensible embedded proxy client to multiple hosts.
Utilities
- singleton()
-
Return a decorator for singleton class instances.