1 2 3 4 5
//! Contains all endpoints under path `/api/v1/labels` //! The endpoints are not implemented yet. mod common; pub use common::*;