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 (
Collapse
)
Author
2022-02-06
converted all anime functions into methods for client struct
Vidhu Kant Sharma
2022-02-05
Merge pull request #2 from MikunoNaka/anime
Vidhu Kant Sharma
removing anime-searcher-2000 which was accidentally pushed
2022-02-05
removing anime-searcher-2000 which was accidentally pushed
Vidhu Kant Sharma
2022-02-05
Merge pull request #1 from MikunoNaka/anime
Vidhu Kant Sharma
Merging anime branch into main, with all the currently available API endpoints implemented and working (not sure if properly)
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 ↵
Vidhu Kant Sharma
endpoints that have it
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
2022-01-30
Initial commit
Vidhu Kant Sharma