aboutsummaryrefslogtreecommitdiff
path: root/manga/README.md
blob: 43c47b7166c178edde13c1c2413c8a4b3b6205cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.