Module api

Source
Expand description

API client and data structures

Re-exports§

pub use client::AnthropicApiClient;
pub use client::ApiClient;
pub use usage_tracker::LocalUsageTracker;
pub use types::*;

Modules§

client
API client implementation
types
API data types and structures
usage_tracker
Local usage tracking for Anthropic API calls

Structs§

HttpClient
HTTP client wrapper for API operations

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.

Derive Macros§

Deserialize
Serialize