aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-23Update README to add info about manga packageVidhu Kant Sharma
2022-02-23fixed typoVidhu Kant Sharma
2022-02-23made accessing anime ranking more convinient by directly adding RankNum to ↵Vidhu Kant Sharma
the rAnime datatype
2022-02-23Merge pull request #6 from MikunoNaka/mangaVidhu Kant Sharma
Manga package completed
2022-02-23finalized manga package with all the endpoints addedVidhu Kant Sharma
2022-02-23added second endpoint: GetMangaByIdVidhu Kant Sharma
2022-02-23pushing first working endpoint: SearchMangaVidhu Kant Sharma
2022-02-23Pushing barebones manga packageVidhu Kant Sharma
2022-02-21Merge pull request #5 from MikunoNaka/offset-limit-fixVidhu Kant Sharma
Removed any max limit for offset argument, since MAL doesn't even support that
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-20pushing README for user/animeVidhu Kant Sharma
2022-02-20Fully documented user packageVidhu 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-17updated the client in user and user/anime packagesVidhu Kant Sharma
2022-02-17Fixed import errors in errhandlers packageVidhu 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-17Update READMEVidhu Kant Sharma
finally added all the important info!!!
2022-02-17Merge pull request #4 from MikunoNaka/user-animelistVidhu Kant Sharma
Added all the endpoints to access user info and also update user animelist
2022-02-16Defined different functions to update different anime fieldsVidhu Kant Sharma
2022-02-16renamed client to something more memorableVidhu Kant Sharma
2022-02-15somehow made UpdateAnime work decentlyVidhu Kant Sharma
2022-02-14fixed UpdateAnime not working, though incomplete and kinda dangerous right nowVidhu Kant Sharma
2022-02-14Added functionality to get authenticated user's info. More details to be ↵Vidhu Kant Sharma
added later
2022-02-14improved the UpdateAnime codeVidhu Kant Sharma
2022-02-13Merge pull request #3 from MikunoNaka/user-animelistVidhu Kant Sharma
User animelist functions complete
2022-02-13added functionality to update anime list of authenticated userVidhu Kant Sharma
2022-02-13added support to get all anime from user's anime listVidhu Kant Sharma
2022-02-13added function to delete anime from MAL ListVidhu Kant Sharma
2022-02-13removed fields from GetAnimeList because endpoint does not support thatVidhu 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 ↵Vidhu Kant Sharma
with GetAnimeList
2022-02-06implemented basic functionality to get user's animelist in string formVidhu 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-05Merge pull request #2 from MikunoNaka/animeVidhu Kant Sharma
removing anime-searcher-2000 which was accidentally pushed
2022-02-05removing anime-searcher-2000 which was accidentally pushedVidhu Kant Sharma
2022-02-05Merge pull request #1 from MikunoNaka/animeVidhu Kant Sharma
Merging anime branch into main, with all the currently available API endpoints implemented and working (not sure if properly)
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