Implemented the User Wantlist endpoints #13

Merged
javier merged 4 commits from library/user-wantlist into main 2025-10-16 16:24:56 +00:00
Owner

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}
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}`
javier added the Kind/Feature
Priority
Critical
labels 2025-10-16 16:24:32 +00:00
javier self-assigned this 2025-10-16 16:24:32 +00:00
javier added 4 commits 2025-10-16 16:24:33 +00:00
javier merged commit f3d5c0e6ac into main 2025-10-16 16:24:56 +00:00
javier deleted branch library/user-wantlist 2025-10-16 16:24:58 +00:00
Sign in to join this conversation.