aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06Bug Fix: added nsfw option to GetAnimeList and GetMangaListVidhu Kant Sharma
2022-07-06Bug Fix: added 'list_status' field to anime/manga field validatorsVidhu Kant Sharma
2022-07-04added missing fields to manga. Now everything is complete I thinkVidhu Kant Sharma
2022-07-04fixed broken import: file importing v2 not v3Vidhu Kant Sharma
2022-07-04Breaking Change: supporting NSFW titlesVidhu Kant Sharma
2022-07-04Bug Fix: correctly parsing fields so spaces aren't ignoredVidhu 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-29added v2 path to go.modVidhu Kant Sharma
2022-06-16fix import error in user.goVidhu Kant Sharma
2022-06-16added api error handling to user/anime and user/manga packagesVidhu Kant Sharma
2022-06-16handling server errors in user, manga and anime packageVidhu Kant Sharma
2022-06-16removed ListPaging from MAL2Go/manga 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-06-16reading error responses from APIVidhu Kant Sharma
2022-06-16reading error responses from APIVidhu 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-06fixed import error in manga/manga.goVidhu Kant Sharma
2022-03-06fixed import cycle errorVidhu 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-28Merge pull request #7 from MikunoNaka/user-mangalistVidhu Kant Sharma
2022-02-27added functionality to update manga listsVidhu Kant Sharma
2022-02-24fixed mutliple bugs in GetMangaListVidhu Kant Sharma
2022-02-24added fields support for GetAnimeListVidhu Kant Sharma
2022-02-24moved DefaultListStatus back to each package seperatelyVidhu Kant Sharma
2022-02-24error fix: refer to commit 58 in mainVidhu Kant Sharma
2022-02-24fixed type error while importing Anime type in user/animelistVidhu Kant Sharma
2022-02-24modified the endpoints to meet requirements for updating mangaVidhu Kant Sharma
2022-02-24added validators to check manga status and sortVidhu Kant Sharma
2022-02-24renamed MyListStatus to ListStatusVidhu Kant Sharma
2022-02-23pushing barebones structs for user/mangaVidhu Kant Sharma
2022-02-23Added installation instructions in READMEVidhu Kant Sharma
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 th...Vidhu Kant Sharma
2022-02-23Merge pull request #6 from MikunoNaka/mangaVidhu Kant Sharma
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
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