Skip to content

Tags: nstratos/go-myanimelist

Tags

v0.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update docs, examples, tests and democlient (#17)

v0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pass options and support new fields for user info (#13)

Support new fields for get user info endpoint:

 - birthday
 
 - time_zone
 
 - is_supporter

v0.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto refresh the oauth2 token (#5)

This change uses the whole oauth2 token for authentication which
includes type, access token, refresh token and expiration (previously
only the access token was used).

By using all the info of the oauth2 token and especially the refresh
token, the oauth2 client can now seamlessly refresh the oauth2 token
when it expires.

The documentation and examples have been updated accordingly.

v0.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Schedule integration tests with GitHub action (#4)

v0.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Travis with GitHub action (#3)

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from nstratos/malapiv2

Update project for MyAnimeList API v2