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 /manga/README.md | |
parent | 017da9a33339fec2423e365c7b8c872e27b5bd21 (diff) |
Diffstat (limited to 'manga/README.md')
-rw-r--r-- | manga/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/manga/README.md b/manga/README.md deleted file mode 100644 index 43c47b7..0000000 --- a/manga/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# MAL2Go/manga -MAL2Go `manga` package has functionality related to getting data about manga. - -To *update* manga status (score, status, etc) refer to [`user/manga`](../user/manga) package. - -## Structure -- [manga.go](anime.go) -Contains all the exported functions for pulling data from the API. - -- [manga.structs.go](anime.structs.go) -Contains all the structs representing a manga entry on MyAnimeList. - -- [ranking.structs.go](ranking.structs.go) -Representing anime ranking data both in the form returned -by the API and the formatted form to be returned by this package. - -- [search.structs.go](search.structs.go) -Representing search results. - -- [request_handler.go](request_handler.go) -Responsible for making HTTP requests. - -- [client.go](client.go) -The Client for accessing the API with this package. |