diff --git a/src/oauth.rs b/src/oauth.rs
index ac5ba98e080b354d20c9635928f99b07551a35b6..ed56b7c6cadad0cd3164581a5540198f4de1e2e1 100644
--- a/src/oauth.rs
+++ b/src/oauth.rs
@@ -13,6 +13,9 @@
  * limitations under the License.
  */
 
+//! This module encapsulates all code related to doing OAuth requests and
+//! other API/HTTP requests
+
 use crate::config::{
     get_optional
 };