index
:
MAL2Go
master
MyAnimeList V2 API wrapper for Go
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
errhandlers
Age
Commit message (
Expand
)
Author
2023-07-20
changed import paths to own git server
HEAD
v4.0.1
master
Vidhu Kant Sharma
2022-07-06
removed 'list_status' from fields validators because it is not needed (automa...
Vidhu Kant Sharma
2022-07-06
migrating all imports to v4
Vidhu Kant Sharma
2022-07-06
Bug Fix: added 'list_status' field to anime/manga field validators
Vidhu Kant Sharma
2022-07-04
Breaking Change: supporting NSFW titles
Vidhu Kant Sharma
2022-06-29
fixed all bad imports importing older version
Vidhu Kant Sharma
2022-03-06
fixed import cycle error
Vidhu Kant Sharma
2022-03-06
Exported all the errors so programs using this library can customize error me...
Vidhu Kant Sharma
2022-02-24
added validators to check manga status and sort
Vidhu Kant Sharma
2022-02-23
finalized manga package with all the endpoints added
Vidhu Kant Sharma
2022-02-21
Removed any max limit for offset argument, since MAL doesn't even support that
Vidhu Kant Sharma
2022-02-17
Fixed import errors in errhandlers package
Vidhu Kant Sharma
2022-02-15
somehow made UpdateAnime work decently
Vidhu Kant Sharma
2022-02-13
completed (?) the GetAnimeList function
Vidhu Kant Sharma
2022-02-13
modularised the code for easy access of various functions in packages
Vidhu Kant Sharma