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
/
user
Age
Commit message (
Expand
)
Author
2022-07-06
Bug Fix: GetMangaList using anime validator func
Vidhu Kant Sharma
2022-07-06
migrating all imports to v4
Vidhu Kant Sharma
2022-07-06
Bug Fix: added nsfw option to GetAnimeList and GetMangaList
Vidhu Kant Sharma
2022-07-04
fixed broken import: file importing v2 not v3
Vidhu Kant Sharma
2022-07-04
Breaking Change: supporting NSFW titles
Vidhu Kant Sharma
2022-06-29
ACTUALLY fixed all bad imports importing older version
Vidhu Kant Sharma
2022-06-29
fixed all bad imports importing older version
Vidhu Kant Sharma
2022-06-16
fix import error in user.go
Vidhu Kant Sharma
2022-06-16
added api error handling to user/anime and user/manga packages
Vidhu Kant Sharma
2022-06-16
handling server errors in user, manga and anime package
Vidhu Kant Sharma
2022-06-16
reading error responses from API
Vidhu Kant Sharma
2022-06-16
reading error responses from API
Vidhu Kant Sharma
2022-03-06
Exported all the errors so programs using this library can customize error me...
Vidhu Kant Sharma
2022-02-28
documented manga package and fixed errors in anime README
Vidhu Kant Sharma
2022-02-28
documented all the functions in user/anime
Vidhu Kant Sharma
2022-02-27
added functionality to update manga lists
Vidhu Kant Sharma
2022-02-24
fixed mutliple bugs in GetMangaList
Vidhu Kant Sharma
2022-02-24
added fields support for GetAnimeList
Vidhu Kant Sharma
2022-02-24
moved DefaultListStatus back to each package seperately
Vidhu Kant Sharma
2022-02-24
error fix: refer to commit 58 in main
Vidhu Kant Sharma
2022-02-24
modified the endpoints to meet requirements for updating manga
Vidhu Kant Sharma
2022-02-23
pushing barebones structs for user/manga
Vidhu Kant Sharma
2022-02-23
Pushing barebones manga package
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-20
pushing README for user/anime
Vidhu Kant Sharma
2022-02-20
Fully documented user package
Vidhu Kant Sharma
2022-02-17
actually fixed all the errors with broken imports and clients
Vidhu Kant Sharma
2022-02-17
updated the client in user and user/anime packages
Vidhu Kant Sharma
2022-02-16
Defined different functions to update different anime fields
Vidhu Kant Sharma
2022-02-16
renamed client to something more memorable
Vidhu Kant Sharma
2022-02-15
somehow made UpdateAnime work decently
Vidhu Kant Sharma
2022-02-14
fixed UpdateAnime not working, though incomplete and kinda dangerous right now
Vidhu Kant Sharma
2022-02-14
Added functionality to get authenticated user's info. More details to be adde...
Vidhu Kant Sharma
2022-02-14
improved the UpdateAnime code
Vidhu Kant Sharma
2022-02-13
added functionality to update anime list of authenticated user
Vidhu Kant Sharma
2022-02-13
added support to get all anime from user's anime list
Vidhu Kant Sharma
2022-02-13
added function to delete anime from MAL List
Vidhu Kant Sharma
2022-02-13
removed fields from GetAnimeList because endpoint does not support that
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
2022-02-08
NOT WORKING: pushing current progress, adding support for different options w...
Vidhu Kant Sharma
2022-02-06
implemented basic functionality to get user's animelist in string form
Vidhu Kant Sharma