Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 12edc25

Browse files
author
bunu
committed
updated readme
1 parent 479bec4 commit 12edc25

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Sample.java
12
.idea/
23
.settings
34
.classpath

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# 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.
27

38
### What this is
49
This is a simple wrapper for the [official API for MyAnimeList](https://myanimelist.net/modules.php?go=api "MAL API Doc")
510
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
611
so I made this small wrapper for any other projects that would need it.
712

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+
815
### Things that need to be done if I find the time
916
+ Add methods to add/remove/update manga
1017

0 commit comments

Comments
 (0)