diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-20 17:27:16 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-20 17:27:16 +0530 |
commit | e9e2257133f7c8ec9e8204570f33395d74ebe175 (patch) | |
tree | 2579ccdaa7dec03d79c9cece323f6a46f43118b6 /user/README.md | |
parent | 017da9a33339fec2423e365c7b8c872e27b5bd21 (diff) |
Diffstat (limited to 'user/README.md')
-rw-r--r-- | user/README.md | 15 |
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 |