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
/
anime
Age
Commit message (
Expand
)
Author
2022-07-06
migrating all imports to v4
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
handling server errors in user, manga and anime 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-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
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-24
moved DefaultListStatus back to each package seperately
Vidhu Kant Sharma
2022-02-24
renamed MyListStatus to ListStatus
Vidhu Kant Sharma
2022-02-23
made accessing anime ranking more convinient by directly adding RankNum to th...
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
Fully documented anime package
Vidhu Kant Sharma
2022-02-17
actually fixed all the errors with broken imports and clients
Vidhu Kant Sharma
2022-02-17
removed conflicts due to module name change
Vidhu Kant Sharma
2022-02-17
Fix all the file links in README
Vidhu Kant Sharma
2022-02-17
Create README for anime package
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
now a single http.Client is responsible for all the HTTP requests.
Vidhu Kant Sharma
2022-02-06
converted all anime functions into methods for client struct
Vidhu Kant Sharma
2022-02-05
implemented function for get suggested anime endpoint
Vidhu Kant Sharma
2022-02-05
added function to get seasonal anime and added fields support to all the endp...
Vidhu Kant Sharma
2022-02-05
implemented searching to MAL
Vidhu Kant Sharma
2022-02-05
fixed Statistics.Status.* showing 0 instead of correct data
Vidhu Kant Sharma
2022-01-31
Fixed Alternate Titles not loading
Vidhu Kant Sharma
2022-01-31
Added error handling for if limit is exceeded
Vidhu Kant Sharma
2022-01-31
Adding copyright declarations to every file
Vidhu Kant Sharma
2022-01-31
added error handling for GetAnimeById
Vidhu Kant Sharma
2022-01-31
Added a URL Generator
Vidhu Kant Sharma
2022-01-31
distributed code among multiple files for simplicity
Vidhu Kant Sharma
2022-01-31
Completed Get Anime Ranking API route
Vidhu Kant Sharma
2022-01-30
Added error handling for getting ranking
Vidhu Kant Sharma
2022-01-30
Pushing anime.go with /anime endpoint added
Vidhu Kant Sharma