Skip to content
Kelly Ferrone edited this page Mar 4, 2026 · 4 revisions

DuploAPI

The HTTP client for interacting with the Duplo API. Handles authentication, request caching, and response validation.

::: duplocloud.client.DuploAPI options: members: false heading_level: 2 show_symbol_type_toc: true

Properties

::: duplocloud.client.DuploAPI.token options: heading_level: 3 show_root_heading: true show_root_full_path: false

HTTP Methods

The following methods are used to make requests to the Duplo API. They are simply the standard HTTP methods scoped to the configured host and token.

::: duplocloud.client.DuploAPI.get options: heading_level: 3 show_root_heading: true show_root_full_path: false

::: duplocloud.client.DuploAPI.post options: heading_level: 3 show_root_heading: true show_root_full_path: false

::: duplocloud.client.DuploAPI.put options: heading_level: 3 show_root_heading: true show_root_full_path: false

::: duplocloud.client.DuploAPI.delete options: heading_level: 3 show_root_heading: true show_root_full_path: false

Clone this wiki locally