From 244d42b40ca9eb2158c2a4e36a2ab183ea5afb73 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 20 Feb 2022 20:24:17 +0530 Subject: pushing README for user/anime --- user/anime/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 user/anime/README.md (limited to 'user') diff --git a/user/anime/README.md b/user/anime/README.md new file mode 100644 index 0000000..1a6c636 --- /dev/null +++ b/user/anime/README.md @@ -0,0 +1,19 @@ +# MAL2Go/user +MAL2Go `user/anime` package has functionality related to updating the user's anime list. + +## Usage +Firstly, import this package and instanciate the client. +``` go +import ( + "github.com/MikunoNaka/MAL2Go/user/anime" +) +``` + +Now instanciate with +``` go +myClient := anime.Client { + AuthToken: "Bearer " + yourTokenHere, +} +``` + +**More to be added later** -- cgit v1.2.3