1//! Shared module for the APIs. 2 3pub mod auth; 4pub(crate) mod deserialize_utils; 5pub mod responses; 6pub mod traits; 7pub mod types;