Crate alpaca_base

Crate alpaca_base 

Source
Expand description

§Alpaca Base

Base library with common structs, traits, and logic for Alpaca API clients. This crate provides shared types, error handling, and utilities used across all Alpaca API client implementations.

Re-exports§

pub use error::AlpacaError;
pub use error::ApiErrorCode;
pub use error::ApiErrorResponse;
pub use error::RateLimitInfo;
pub use error::Result;
pub use error::ValidationError;
pub use auth::*;
pub use types::*;
pub use utils::*;

Modules§

auth
Authentication types and utilities.
error
Error types and handling. Error types for the Alpaca API client.
types
Core API types and data structures. Core types for the Alpaca API.
utils
Utility functions and helpers. Utility functions and helpers for the Alpaca API.