//! Rust client for Jupiter APIs generated from the repository's OpenAPI specs.
/// Generated client and types for endpoints hosted at `https://api.jup.ag`.
/// Generated client and types for transaction submission at `https://tx.jup.ag`.
/// Generated client for endpoints hosted at `https://api.jup.ag`.
pub type JupiterApi = HttpClient;
/// Generated client for transaction submission at `https://tx.jup.ag`.
pub type JupiterTxApi = HttpClient;
/// Creates a Jupiter API client configured with the required `x-api-key` header.
/// Creates a transaction-submission client configured with the required `x-api-key` header.