HTTP Client =========== The HTTP layer handles authentication and low-level communication with the Agora REST API. You rarely need to interact with these classes directly. Connection ---------- .. autoclass:: gtagora.http.connection.ApiKeyConnection :members: :show-inheritance: .. autoclass:: gtagora.http.connection.TokenConnection :members: :show-inheritance: Client ------ .. autoclass:: gtagora.http.client.Client :members: :show-inheritance: