diff --git a/src/apis/resources/mod.rs b/src/apis/resources/mod.rs index e86c550c..bf3ce273 100644 --- a/src/apis/resources/mod.rs +++ b/src/apis/resources/mod.rs @@ -1,12 +1,3 @@ -//! These are the Rest API resources. -//! -//! WIP. Not all endpoints have their resource structs. -//! -//! - [x] `AuthKeys` -//! - [ ] `Torrent`, `ListItem`, `Peer`, `PeerId` -//! - [ ] `StatsResource` -//! - [ ] ... - pub mod auth_key; pub mod peer; pub mod stats;