From e9e2257133f7c8ec9e8204570f33395d74ebe175 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 20 Jul 2023 17:27:16 +0530 Subject: changed import paths to own git server --- manga/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 manga/README.md (limited to 'manga/README.md') 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. -- cgit v1.2.3