GET /marketplace/orders/{order_id}/messages endpoint
POST /marketplace/orders/{order_id}/messages endpoint
GET /marketplace/fee/{price} endpoint
GET /marketplace/fee/{price}/{currency} endpoint
GET /marketplace/price_suggestions/{release_id} endpoint
GET /marketplace/stats/{release_id} endpoint
This PR contains the work done to implement the *Marketplace* endpoints for the **Discogs API** backend service, which include the following endpoints:
* GET `/users/{username}/inventory` endpoint
* GET `/marketplace/listings/{listing_id}` endpoint
* DELETE `/marketplace/listings/{listing_id}` endpoint
* POST `/marketplace/listings/{listing_id}` endpoint
* POST `/marketplace/listings` endpoint
* GET `/marketplace/orders` endpoint
* GET `/marketplace/orders/{order_id}` endpoint
* GET `/marketplace/orders/{order_id}/messages` endpoint
* POST `/marketplace/orders/{order_id}/messages` endpoint
* GET `/marketplace/fee/{price}` endpoint
* GET `/marketplace/fee/{price}/{currency}` endpoint
* GET `/marketplace/price_suggestions/{release_id}` endpoint
* GET `/marketplace/stats/{release_id}` endpoint
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 Marketplace endpoints for the Discogs API backend service, which include the following endpoints:
/users/{username}/inventoryendpoint/marketplace/listings/{listing_id}endpoint/marketplace/listings/{listing_id}endpoint/marketplace/listings/{listing_id}endpoint/marketplace/listingsendpoint/marketplace/ordersendpoint/marketplace/orders/{order_id}endpoint/marketplace/orders/{order_id}/messagesendpoint/marketplace/orders/{order_id}/messagesendpoint/marketplace/fee/{price}endpoint/marketplace/fee/{price}/{currency}endpoint/marketplace/price_suggestions/{release_id}endpoint/marketplace/stats/{release_id}endpoint