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/anime/README.md | |
parent | 017da9a33339fec2423e365c7b8c872e27b5bd21 (diff) |
Diffstat (limited to 'user/anime/README.md')
-rw-r--r-- | user/anime/README.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/user/anime/README.md b/user/anime/README.md deleted file mode 100644 index df3449f..0000000 --- a/user/anime/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# MAL2Go/user/anime -MAL2Go `user/anime` package has functionality related to updating the user's anime list. - -To *get* anime data, refer to the [`anime`](../../anime) package. - -## Structure -- [animelist.go](animelist.go) -Contains the exported functions to do some basic functions with anime lists. - -- [animelist.structs.go](animelist.structs.go) -Contains all the structs representing animelist data pulled from MyAnimeList. - -- [client.go](client.go) -The Client for accessing the API with this package. - -- [request_handler.go](request_handler.go) -Responsible for making HTTP requests - -- [update_animelist.go](update_animelist.go) -Contains all the exported functions to update an anime entry in user's animelist. |