This PR contains the work done to implement the User Lists endpoints of the Discogs API service in the Open API specification document:
GET /users/{username}/lists
GET /lists/{list_id}
This PR contains the work done to implement the *User Lists* endpoints of the *Discogs API* service in the `Open API` specification document:
* GET `/users/{username}/lists`
* GET `/lists/{list_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 Lists endpoints of the Discogs API service in the
Open APIspecification document:/users/{username}/lists/lists/{list_id}