Client#
- class geodesic.client.Client[source]#
Rest client interface for geodesic backend
Used to interface with the Geodesic Platform by implementing the Rest API.
Methods
add_request_headers
(headers)delete
(uri, **query)delete_with_body
(uri, **body)get
(uri, **query)patch
(uri, **params)post
(uri, **body)put
(uri, **body)request
(uri[, method])