Skip to main content

Crate exa_async

Crate exa_async 

Source
Expand description

Async Exa API client with typed requests/responses, retries, and wiremock tests.

Re-exports§

pub use crate::client::Client;
pub use crate::config::ExaConfig;
pub use crate::error::ApiErrorObject;
pub use crate::error::ExaError;

Modules§

client
HTTP client implementation
config
Configuration types for the client
error
Error types
prelude
Prelude module for convenient imports
resources
API resource implementations API resource implementations for the Exa client
retry
Retry logic utilities
types
Request and response types Request and response types for the Exa API