aboutsummaryrefslogtreecommitdiff
path: root/anime
AgeCommit message (Expand)Author
2023-07-20changed import paths to own git serverHEADv4.0.1masterVidhu Kant Sharma
2022-09-05Update README: add link to documentation websiteVidhu Kant Sharma
2022-07-06migrating all imports to v4Vidhu Kant Sharma
2022-07-04Breaking Change: supporting NSFW titlesVidhu Kant Sharma
2022-06-29ACTUALLY fixed all bad imports importing older versionVidhu 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-16Update README: remove general.structs.go description (file deleted)Vidhu 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-07fixed num_episodes_watched not working in anime packageVidhu Kant Sharma
2022-03-06Exported all the errors so programs using this library can customize error me...Vidhu Kant Sharma
2022-02-28documented manga package and fixed errors in anime READMEVidhu Kant Sharma
2022-02-28documented all the functions in user/animeVidhu Kant Sharma
2022-02-24moved DefaultListStatus back to each package seperatelyVidhu Kant Sharma
2022-02-24renamed MyListStatus to ListStatusVidhu Kant Sharma
2022-02-23made accessing anime ranking more convinient by directly adding RankNum to th...Vidhu Kant Sharma
2022-02-23Pushing barebones manga packageVidhu Kant Sharma
2022-02-21Merge pull request #5 from MikunoNaka/offset-limit-fixVidhu Kant Sharma
2022-02-21Removed any max limit for offset argument, since MAL doesn't even support thatVidhu Kant Sharma
2022-02-21Added instructions to install MAL2Go/animeVidhu Kant Sharma
2022-02-20Fully documented anime packageVidhu 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-17Fix all the file links in READMEVidhu Kant Sharma
2022-02-17Create README for anime packageVidhu 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-08NOT WORKING: pushing current progress, adding support for different options w...Vidhu 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 endp...Vidhu Kant Sharma
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