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 --- anime/README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 anime/README.md (limited to 'anime/README.md') diff --git a/anime/README.md b/anime/README.md deleted file mode 100644 index 46d7c2c..0000000 --- a/anime/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# MAL2Go/anime -MAL2Go `anime` package has functionality related to getting data about anime. - -To *update* anime status (score, status, etc) refer to [`user/anime`](../user/anime) package. - -## Structure -- [anime.go](anime.go) -Contains all the exported functions for pulling data from the API. - -- [anime.structs.go](anime.structs.go) -Contains all the structs representing an anime entry on MyAnimeList. - -- [client.go](client.go) -The Client for accessing the API with this package. - -- [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. - -- [request_handler.go](request_handler.go) -Responsible for making HTTP requests - -- [search.structs.go](search.structs.go) -Representing search results. - -- [seasonal.structs.go](seasonal.structs.go) -Representing seasonal anime list. - -- [suggestedanime.structs.go](suggestedanime.structs.go) -Representing suggested anime data. -- cgit v1.2.3