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§
- Http
Client - 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.