diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-28 13:06:16 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-28 13:06:16 +0530 |
commit | 95b8ab702708538ccaf26efd141b448148ac6d6d (patch) | |
tree | 62d41395d8d45f9045c64974f7dcf7c15b7755ef /user/anime | |
parent | 2bf5302f9a653f46f7932329fd03aa3688afc35b (diff) |
documented manga package and fixed errors in anime README
Diffstat (limited to 'user/anime')
-rw-r--r-- | user/anime/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/user/anime/README.md b/user/anime/README.md index e2194e0..80ce4e6 100644 --- a/user/anime/README.md +++ b/user/anime/README.md @@ -1,4 +1,4 @@ -# MAL2Go/user +# MAL2Go/user/anime MAL2Go `user/anime` package has functionality related to updating the user's anime list. To *get* anime data, refer to the [`anime`](../../anime) package. @@ -39,14 +39,13 @@ fmt.Println(resp) - ### Get user's anime list Possible statuses are: -- `` - `watching` - `completed` - `on_hold` - `dropped` - `plan_to_watch` -Leaving blank (``) gets all the anime +Leaving blank (`""`) gets all the anime Possible sorts are: - `list_score` @@ -55,7 +54,7 @@ Possible sorts are: - `anime_start_date` - `anime_id` (beta) -Leaving user blank or as `"@me"` returns the authenticated user's list +Leaving user blank (`""`) or as `"@me"` returns the authenticated user's list ``` go user := "0ZeroTsu" |