Skip to main content
Ctrl+K
geodesic-python-api main documentation - Home geodesic-python-api main documentation - Home
  • Getting Started
  • Learn
  • API Reference
  • Blog
  • GitHub
  • PyPI
  • LinkedIn
  • Slack
  • Getting Started
  • Learn
  • API Reference
  • Blog
  • GitHub
  • PyPI
  • LinkedIn
  • Slack

Section Navigation

  • Client
  • get_client
  • raise_on_error
  • Client

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)

patch_with_body(uri, **body)

post(uri, **body)

put(uri, **body)

request(uri[, method])

On this page
  • Client

This Page

  • Show Source

© Copyright 2024, SeerAI.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.