go-myanimelist icon indicating copy to clipboard operation
go-myanimelist copied to clipboard

Go library for accessing the MyAnimeList API: https://myanimelist.net/apiconfig/references/api/v2

Results 3 go-myanimelist issues
Sort by recently updated
recently updated
newest added

### Problem The GitHub action `integration.yml` is reading the oauth2 token from the repository secret `MAL_OAUTH2_TOKEN`. ![image](https://github.com/nstratos/go-myanimelist/assets/3655711/f0878694-0b20-48d7-803c-de018f3a0fa3) The oauth2 token eventually expires so the secret needs to be manually updated...

Unit tests can be improved by verifying that all fields JSON marshal and unmarshal correctly for the various types returned as responses: - [ ] Anime - [ ] Manga...