Skip to content
Snippets Groups Projects
Verified Commit e3d51956 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[OAuth] Add module doc comment

parent 47fce256
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
* limitations under the License. * limitations under the License.
*/ */
//! This module encapsulates all code related to doing OAuth requests and
//! other API/HTTP requests
use crate::config::{ use crate::config::{
get_optional get_optional
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment