1//! Define common and reusable api components here. 2//! these components should be structured into their own sub modules. 3 4pub(crate) mod auth; 5pub(crate) mod objects; 6pub(crate) mod responses; 7pub(crate) mod tags; 8pub(crate) mod types;