-
Authentication endpoints Stable
released this
2025-10-13 18:13:51 +00:00 | 8 commits to main since this releaseThis 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
- GET