Implemented the User Wantlist endpoints (#13)

This PR contains the work done to implement the *User Wantlist* endpoints of the *Discogs API* online service in the `Open API` specification document:

* GET `/users/{username}/wants`
* POST `/users/{username}/wants/{release_id}`
* PUT `/users/{username}/wants/{release_id}`
* DELETE `/users/{username}/wants/{release_id}`

Reviewed-on: #13
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #13.
This commit is contained in:
2025-10-16 16:24:46 +00:00
committed by Javier Cicchelli
parent 2a7b9746a7
commit f3d5c0e6ac
4550 changed files with 4751 additions and 3948 deletions
+1 -1
View File
@@ -1 +1 @@
{"bundleDisplayName":"DiscogsService","schemaVersion":{"major":0,"patch":0,"minor":1},"bundleID":"DiscogsService"}
{"bundleDisplayName":"DiscogsService","bundleID":"DiscogsService","schemaVersion":{"patch":0,"minor":1,"major":0}}