Expand description
comdirect-rest-api is a high-availability client library for the comdirect REST API.
The crate is organized in layers:
sessionis the orchestration layer (auth lifecycle, refresh worker, callbacks)accountsandbrokerageare typed business endpoint facades- internal
infrastructureandsharedmodules handle HTTP, retry, parsing, and panic recovery
The public API intentionally exposes only typed operations. Raw JSON endpoint calls are kept internal.
Re-exports§
pub use auth::LoginChallenge;pub use auth::TanAction;pub use error::ComdirectError;pub use error::Result;pub use session::Session;pub use session::SessionConfig;pub use types::SessionStateType;
Modules§
Macros§
Functions§
- wait_
for_ shutdown_ signal - Waits for an OS shutdown signal (
SIGINT/SIGTERM) and then returns.