Reference

Base

base.BaseClient

Client mixin.

Clients

Client
Resource

A Client which returns json content and has syntactic support for requests.

Remote

A Client which defaults to posts with json bodies, i.e., RPC.

Graph

A Remote client which executes GraphQL queries.

Proxy

An extensible embedded proxy client to multiple hosts.

Async

AsyncClient
AsyncResource

An AsyncClient which returns json content and has syntactic support for requests.

AsyncRemote

An AsyncClient which defaults to posts with json bodies, i.e., RPC.

AsyncGraph

An AsyncRemote client which executes GraphQL queries.

AsyncProxy

An extensible embedded proxy client to multiple hosts.

Utilities

singleton()

Return a decorator for singleton class instances.