aboutsummaryrefslogtreecommitdiff
path: root/manga/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'manga/README.md')
-rw-r--r--manga/README.md24
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.