• v0.4.0 9a30b69561

    javier released this 2025-10-13 18:13:51 +00:00 | 8 commits to main since this release

    This release implements the Authentication endpoints of the Discogs API service:

    • GET /oauth/request_token
    • POST /oauth/access_token
    • GET /oauth/identity

    On top of this, the missing Database endpoints have also been implemented:

    • DELETE /release/{release_id}/rating/{username}
    • PUT /release/{release_id}/rating/{username}

    Finally, support for rate limiting headers have also been added.

    Downloads