index
:
MAL2Go
master
MyAnimeList V2 API wrapper for Go
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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 nsfw option to GetAnimeList and GetMangaList
Vidhu Kant Sharma
2022-07-06
Bug Fix: added 'list_status' field to anime/manga field validators
Vidhu Kant Sharma
2022-07-04
added missing fields to manga. Now everything is complete I think
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-07-04
Bug Fix: correctly parsing fields so spaces aren't ignored
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-29
added v2 path to go.mod
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
removed ListPaging from MAL2Go/manga package
Vidhu Kant Sharma
2022-06-16
Update README: remove general.structs.go description (file deleted)
Vidhu Kant Sharma
2022-06-16
removed ListPaging from MAL2Go/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-11
Bug Fix: GetSuggestedAnime max limit was set to 500 but it is actually 100
Vidhu Kant Sharma
2022-03-07
fixed num_episodes_watched not working in anime package
Vidhu Kant Sharma
2022-03-06
fixed import error in manga/manga.go
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-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-28
Merge pull request #7 from MikunoNaka/user-mangalist
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
fixed type error while importing Anime type in user/animelist
Vidhu Kant Sharma
2022-02-24
modified the endpoints to meet requirements for updating manga
Vidhu Kant Sharma
2022-02-24
added validators to check manga status and sort
Vidhu Kant Sharma
2022-02-24
renamed MyListStatus to ListStatus
Vidhu Kant Sharma
2022-02-23
pushing barebones structs for user/manga
Vidhu Kant Sharma
2022-02-23
Added installation instructions in README
Vidhu Kant Sharma
2022-02-23
Update README to add info about manga package
Vidhu Kant Sharma
2022-02-23
fixed typo
Vidhu Kant Sharma
2022-02-23
made accessing anime ranking more convinient by directly adding RankNum to th...
Vidhu Kant Sharma
2022-02-23
Merge pull request #6 from MikunoNaka/manga
Vidhu Kant Sharma
2022-02-23
finalized manga package with all the endpoints added
Vidhu Kant Sharma
2022-02-23
added second endpoint: GetMangaById
Vidhu Kant Sharma
2022-02-23
pushing first working endpoint: SearchManga
Vidhu Kant Sharma
2022-02-23
Pushing barebones manga package
Vidhu Kant Sharma
2022-02-21
Merge pull request #5 from MikunoNaka/offset-limit-fix
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-21
Added instructions to install MAL2Go/anime
Vidhu Kant Sharma
2022-02-20
pushing README for user/anime
Vidhu Kant Sharma
[next]