From e62e8f2623cad37e4211d187f49d9d7c5c5bdb0d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 21 Sep 2022 22:07:00 +0530 Subject: added MAL2Go/user/manga docs --- content/docs/mal2go/v4/manga/get-manga-ranking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs/mal2go/v4/manga/get-manga-ranking.md') diff --git a/content/docs/mal2go/v4/manga/get-manga-ranking.md b/content/docs/mal2go/v4/manga/get-manga-ranking.md index ef5435f..c8f968d 100644 --- a/content/docs/mal2go/v4/manga/get-manga-ranking.md +++ b/content/docs/mal2go/v4/manga/get-manga-ranking.md @@ -19,7 +19,7 @@ weight: 4 - `limit int` Is the max amount of results to get. Max is 500. - `offset int` Is the "offset" for results. If offset is greater than 0 the first n number of reults will be ignored. - `nsfw bool` Wether to include NSFW rated results -- `fields []string` The fields to include in the results. [Here]() is a list of the valid fields. Just using an empty slice (`[]string{}`) will include all the fields. Again, to get some very specific fields, [`GetMangaById`](#get-data-about-a-manga) is the most reliable option. +- `fields []string` The fields to include in the results. [Here]() is a list of the valid fields. Just using an empty slice (`[]string{}`) will include all the fields. Again, to get some very specific fields, [`GetMangaById`](/docs/mal2go/v4/manga/get-manga-by-id) is the most reliable option. Example: -- cgit v1.2.3