aboutsummaryrefslogtreecommitdiff
path: root/anime
AgeCommit message (Collapse)Author
2022-02-08NOT WORKING: pushing current progress, adding support for different options ↵Vidhu Kant Sharma
with GetAnimeList
2022-02-06now a single http.Client is responsible for all the HTTP requests.Vidhu Kant Sharma
2022-02-06converted all anime functions into methods for client structVidhu Kant Sharma
2022-02-05implemented function for get suggested anime endpointVidhu Kant Sharma
2022-02-05added function to get seasonal anime and added fields support to all the ↵Vidhu Kant Sharma
endpoints that have it
2022-02-05implemented searching to MALVidhu Kant Sharma
2022-02-05fixed Statistics.Status.* showing 0 instead of correct dataVidhu Kant Sharma
2022-01-31Fixed Alternate Titles not loadingVidhu Kant Sharma
2022-01-31Added error handling for if limit is exceededVidhu Kant Sharma
2022-01-31Adding copyright declarations to every fileVidhu Kant Sharma
2022-01-31added error handling for GetAnimeByIdVidhu Kant Sharma
2022-01-31Added a URL GeneratorVidhu Kant Sharma
2022-01-31distributed code among multiple files for simplicityVidhu Kant Sharma
2022-01-31Completed Get Anime Ranking API routeVidhu Kant Sharma
2022-01-30Added error handling for getting rankingVidhu Kant Sharma
2022-01-30Pushing anime.go with /anime endpoint addedVidhu Kant Sharma