aboutsummaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@protonmail.ch>2022-02-20 20:24:17 +0530
committerVidhu Kant Sharma <vidhukant@protonmail.ch>2022-02-20 20:24:17 +0530
commit244d42b40ca9eb2158c2a4e36a2ab183ea5afb73 (patch)
tree6e68771dcff7d19a4a2e323e15fdef2d238d8725 /user
parent3f391a16dcc5ff87427058320ae4f29920e34f2a (diff)
pushing README for user/anime
Diffstat (limited to 'user')
-rw-r--r--user/anime/README.md19
1 files changed, 19 insertions, 0 deletions
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**