You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# MAL-Java-Wrapper
2
+
Main repo here: https://gitlab.com/bunu/MAL-API-Java-Wrapper
3
+
4
+
This repo is just a copy of my gitlab repo. There is no guarantee that this repo will be up-to-date
5
+
6
+
Check out my gitlab if you want that.
2
7
3
8
### What this is
4
9
This is a simple wrapper for the [official API for MyAnimeList](https://myanimelist.net/modules.php?go=api"MAL API Doc")
5
10
It was a pain trying to work with the API since there was so little documentation and sometimes details the API would give wasn't correct
6
11
so I made this small wrapper for any other projects that would need it.
7
12
13
+
An extra thing I added that isn't part of the offical MAL API is the ability to get list of shows with a certain status such as Plan to Watch or Completed
14
+
8
15
### Things that need to be done if I find the time
0 commit comments