diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 22:07:00 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 22:07:00 +0530 |
commit | e62e8f2623cad37e4211d187f49d9d7c5c5bdb0d (patch) | |
tree | 2d546ed5da36ce2d16df9b540e77fa06cc0dfa9a /content/docs/mal2go/v4/manga/get-manga-by-id.md | |
parent | fdd266052a6f64e67712a0bffdfca5469bef23c7 (diff) |
added MAL2Go/user/manga docs
Diffstat (limited to 'content/docs/mal2go/v4/manga/get-manga-by-id.md')
-rw-r--r-- | content/docs/mal2go/v4/manga/get-manga-by-id.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/mal2go/v4/manga/get-manga-by-id.md b/content/docs/mal2go/v4/manga/get-manga-by-id.md index 682ef29..b138785 100644 --- a/content/docs/mal2go/v4/manga/get-manga-by-id.md +++ b/content/docs/mal2go/v4/manga/get-manga-by-id.md @@ -4,7 +4,7 @@ description: "Specify a manga's ID to get all the data about it." weight: 3 --- -`GetMangaById` takes in a manga's ID (which can be obtained using [`SearchManga`](#searching-for-a-manga) or through the URL of the manga's page on MAL) and returns information about it. This method takes these arguments: +`GetMangaById` takes in a manga's ID (which can be obtained using [`SearchManga`](/docs/mal2go/v4/manga/search-for-a-manga) or through the URL of the manga's page on MAL) and returns information about it. This method takes these arguments: - `id int` The manga's ID - `fields []string` The fields to include in the response. [Here]() is a list of the valid fields. Just using an empty slice (`[]string{}`) will include all the fields. |