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}`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the work done to implement the User Wantlist endpoints of the Discogs API online service in the
Open APIspecification document:/users/{username}/wants/users/{username}/wants/{release_id}/users/{username}/wants/{release_id}/users/{username}/wants/{release_id}