1 2 3 4 5 6
//! Utility endpoints group /// Languages for translations of API resource information. pub mod language { crate::endpoint!(crate::model::utility::Language; for "language"); }