aboutsummaryrefslogtreecommitdiff
path: root/user/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'user/README.md')
-rw-r--r--user/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/user/README.md b/user/README.md
deleted file mode 100644
index ba76847..0000000
--- a/user/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# MAL2Go/user
-MAL2Go `user` package has functionality related to getting data about the authenticated user.
-
-## Structure
-- [user.go](user.go)
-Contains all the exported functions for pulling data from the API.
-
-- [user.structs.go](user.structs.go)
-Represents the user data returned by the API
-
-- [client.go](client.go)
-The Client for accessing the API with this package.
-
-- [request_handler.go](request_handler.go)
-Responsible for making HTTP requests