blob: 1a6c636bfd807ab81a96ef80e381efe381333683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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**
|