# clients > High-level HTTP clients for Python. ## Docs ### API Reference #### Base - [base.BaseClient](https://coady.github.io/clients/reference/base.BaseClient.html) #### Clients - [Client](https://coady.github.io/clients/reference/Client.html) - [Resource](https://coady.github.io/clients/reference/Resource.html) - [Remote](https://coady.github.io/clients/reference/Remote.html) - [Graph](https://coady.github.io/clients/reference/Graph.html) - [Proxy](https://coady.github.io/clients/reference/Proxy.html) #### Async - [AsyncClient](https://coady.github.io/clients/reference/AsyncClient.html) - [AsyncResource](https://coady.github.io/clients/reference/AsyncResource.html) - [AsyncRemote](https://coady.github.io/clients/reference/AsyncRemote.html) - [AsyncGraph](https://coady.github.io/clients/reference/AsyncGraph.html) - [AsyncProxy](https://coady.github.io/clients/reference/AsyncProxy.html) #### Utilities - [singleton](https://coady.github.io/clients/reference/singleton.html)