index
:
MAL2Go
master
MyAnimeList V2 API wrapper for Go
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-23
Update README to add info about manga package
Vidhu Kant Sharma
2022-02-23
fixed typo
Vidhu Kant Sharma
2022-02-23
made accessing anime ranking more convinient by directly adding RankNum to th...
Vidhu Kant Sharma
2022-02-23
Merge pull request #6 from MikunoNaka/manga
Vidhu Kant Sharma
2022-02-23
finalized manga package with all the endpoints added
Vidhu Kant Sharma
2022-02-23
added second endpoint: GetMangaById
Vidhu Kant Sharma
2022-02-23
pushing first working endpoint: SearchManga
Vidhu Kant Sharma
2022-02-23
Pushing barebones manga package
Vidhu Kant Sharma
2022-02-21
Merge pull request #5 from MikunoNaka/offset-limit-fix
Vidhu Kant Sharma
2022-02-21
Removed any max limit for offset argument, since MAL doesn't even support that
Vidhu Kant Sharma
2022-02-21
Added instructions to install MAL2Go/anime
Vidhu Kant Sharma
2022-02-20
pushing README for user/anime
Vidhu Kant Sharma
2022-02-20
Fully documented user package
Vidhu Kant Sharma
2022-02-20
Fully documented anime package
Vidhu Kant Sharma
2022-02-17
actually fixed all the errors with broken imports and clients
Vidhu Kant Sharma
2022-02-17
updated the client in user and user/anime packages
Vidhu Kant Sharma
2022-02-17
Fixed import errors in errhandlers package
Vidhu Kant Sharma
2022-02-17
removed conflicts due to module name change
Vidhu Kant Sharma
2022-02-17
Fix all the file links in README
Vidhu Kant Sharma
2022-02-17
Create README for anime package
Vidhu Kant Sharma
2022-02-17
Update README
Vidhu Kant Sharma
2022-02-17
Merge pull request #4 from MikunoNaka/user-animelist
Vidhu Kant Sharma
2022-02-16
Defined different functions to update different anime fields
Vidhu Kant Sharma
2022-02-16
renamed client to something more memorable
Vidhu Kant Sharma
2022-02-15
somehow made UpdateAnime work decently
Vidhu Kant Sharma
2022-02-14
fixed UpdateAnime not working, though incomplete and kinda dangerous right now
Vidhu Kant Sharma
2022-02-14
Added functionality to get authenticated user's info. More details to be adde...
Vidhu Kant Sharma
2022-02-14
improved the UpdateAnime code
Vidhu Kant Sharma
2022-02-13
Merge pull request #3 from MikunoNaka/user-animelist
Vidhu Kant Sharma
2022-02-13
added functionality to update anime list of authenticated user
Vidhu Kant Sharma
2022-02-13
added support to get all anime from user's anime list
Vidhu Kant Sharma
2022-02-13
added function to delete anime from MAL List
Vidhu Kant Sharma
2022-02-13
removed fields from GetAnimeList because endpoint does not support that
Vidhu Kant Sharma
2022-02-13
completed (?) the GetAnimeList function
Vidhu Kant Sharma
2022-02-13
modularised the code for easy access of various functions in packages
Vidhu Kant Sharma
2022-02-08
NOT WORKING: pushing current progress, adding support for different options w...
Vidhu Kant Sharma
2022-02-06
implemented basic functionality to get user's animelist in string form
Vidhu Kant Sharma
2022-02-06
now a single http.Client is responsible for all the HTTP requests.
Vidhu Kant Sharma
2022-02-06
converted all anime functions into methods for client struct
Vidhu Kant Sharma
2022-02-05
Merge pull request #2 from MikunoNaka/anime
Vidhu Kant Sharma
2022-02-05
removing anime-searcher-2000 which was accidentally pushed
Vidhu Kant Sharma
2022-02-05
Merge pull request #1 from MikunoNaka/anime
Vidhu Kant Sharma
2022-02-05
implemented function for get suggested anime endpoint
Vidhu Kant Sharma
2022-02-05
added function to get seasonal anime and added fields support to all the endp...
Vidhu Kant Sharma
2022-02-05
implemented searching to MAL
Vidhu Kant Sharma
2022-02-05
fixed Statistics.Status.* showing 0 instead of correct data
Vidhu Kant Sharma
2022-01-31
Fixed Alternate Titles not loading
Vidhu Kant Sharma
2022-01-31
Added error handling for if limit is exceeded
Vidhu Kant Sharma
2022-01-31
Adding copyright declarations to every file
Vidhu Kant Sharma
2022-01-31
added error handling for GetAnimeById
Vidhu Kant Sharma
[next]