From 1c72ac078bca8e5750d35f82184504ee891304d5 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 13 Jan 2023 18:39:02 +0000 Subject: [PATCH] docs(api): [#143] remove deprecated comment --- src/apis/resources/mod.rs | 9 --------- 1 file changed, 9 deletions(-) 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;