aboutsummaryrefslogtreecommitdiff
path: root/anime/anime.go
AgeCommit message (Collapse)Author
2023-07-20changed import paths to own git serverHEADv4.0.1masterVidhu Kant Sharma
2022-07-06migrating all imports to v4Vidhu Kant Sharma
2022-07-04Breaking Change: supporting NSFW titlesVidhu Kant Sharma
2022-06-29fixed all bad imports importing older versionVidhu Kant Sharma
2022-06-16handling server errors in user, manga and anime packageVidhu Kant Sharma
2022-06-16removed ListPaging from MAL2Go/anime packageVidhu Kant Sharma
2022-03-11Bug Fix: GetSuggestedAnime max limit was set to 500 but it is actually 100Vidhu Kant Sharma
2022-03-06Exported all the errors so programs using this library can customize error ↵Vidhu Kant Sharma
messages.
2022-02-23made accessing anime ranking more convinient by directly adding RankNum to ↵Vidhu Kant Sharma
the rAnime datatype
2022-02-21Removed any max limit for offset argument, since MAL doesn't even support thatVidhu Kant Sharma
2022-02-17actually fixed all the errors with broken imports and clientsVidhu Kant Sharma
2022-02-17removed conflicts due to module name changeVidhu Kant Sharma
2022-02-13completed (?) the GetAnimeList functionVidhu Kant Sharma
2022-02-13modularised the code for easy access of various functions in packagesVidhu Kant Sharma
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-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