aboutsummaryrefslogtreecommitdiff
path: root/errhandlers/errhandlers.go
AgeCommit message (Collapse)Author
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-03-06Exported all the errors so programs using this library can customize error ↵Vidhu Kant Sharma
messages.
2022-02-23finalized manga package with all the endpoints addedVidhu Kant Sharma
2022-02-21Removed any max limit for offset argument, since MAL doesn't even support thatVidhu Kant Sharma
2022-02-17Fixed import errors in errhandlers 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