Skip to main content

Module api

Module api 

Source
Expand description

API client and types for the Voltaria API

This module contains all the API definitions including request/response types and client implementations for interacting with the API.

§Modules

  • resources - Service clients and endpoints
  • types - Request, response, and model types

Re-exports§

pub use resources::AccountsClient;
pub use resources::ApiClient;
pub use resources::ClientsClient;
pub use resources::CollectionsClient;
pub use resources::DocumentsClient;
pub use resources::DrawdownsClient;
pub use resources::InstallmentsClient;
pub use resources::InvestorsClient;
pub use resources::LoansClient;
pub use resources::PartnersClient;
pub use resources::RecoveriesClient;
pub use resources::RepaymentsClient;
pub use resources::SandboxClient;
pub use resources::WebhooksClient;
pub use types::*;

Modules§

resources
Service clients and API endpoints
types