Skip to main content

Module api

Module api 

Source
Expand description

API client and types for the TraceDB v1 HTTP API

This module contains all the API definitions including request/response types and client implementations for interacting with the API.

§Modules

  • resources - Service clients and endpoints
  • types - Request, response, and model types

Re-exports§

pub use resources::ApiClient;
pub use resources::TracedbClient;
pub use types::*;

Modules§

resources
Service clients and API endpoints
types