Implemented the Marketplace endpoints #15

Merged
javier merged 16 commits from library/marketplace into main 2025-11-10 00:34:40 +00:00

16 Commits

Author SHA1 Message Date
javier 80919681f2 Regenerated the Github Pages from the DocC documentation catalog in the library target. 2025-11-10 01:24:40 +01:00
javier 2122e449fe Updated the APIProtocol and Client extensions for the DocC documentation catalog in the library target. 2025-11-10 01:23:24 +01:00
javier 57e07b8b0a Implemented the GET /marketplace/stats/{release_id} endpoint for the Open API specification document in the library target. 2025-11-10 01:04:55 +01:00
javier e5f0430087 Implemented the GET /marketplace/price_suggestions/{release_id} endpoint for the Open API specification document in the library target. 2025-11-10 00:45:31 +01:00
javier 147930aeaa Implemented the GET /marketplace/fee/{price}/{currency} endpoint for the Open API specification document in the library target. 2025-11-10 00:27:07 +01:00
javier 2bcb1426e3 Implemented the GET /marketplace/fee/{price} endpoint for the Open API specification document in the library target. 2025-11-10 00:20:12 +01:00
javier 3909f8c8b6 Implemented the POST /marketplace/orders/{order_id}/messages endpoint for the Open API specification document in the library target. 2025-11-10 00:03:47 +01:00
javier 93094d1d2b Implemented the GET /marketplace/orders/{order_id}/messages endpoint for the Open API specification document in the library target. 2025-11-09 23:46:55 +01:00
javier 45ee53e145 Implemented the GET /marketplace/orders/{order_id} endpoint for the Open API specification document in the library target. 2025-11-09 22:58:33 +01:00
javier 311393814d Implemented the GET /marketplace/orders endpoint for the Open API specification document in the library target. 2025-11-09 22:57:58 +01:00
javier 5c1127b2b5 Fixed some warnings encountered at the Open API specification document in the library target. 2025-10-24 16:44:42 +02:00
javier 2320e878b7 Implemented the POST /marketplace/listings endpoint for the Open API specification document in the library target. 2025-10-21 20:49:56 +02:00
javier 1ac2629d56 Implemented the POST /marketplace/listings/{listing_id} endpoint for the Open API specification document in the library target. 2025-10-21 20:35:28 +02:00
javier 69b366390c Implemented the DELETE /marketplace/listings/{listing_id} endpoint for the Open API specification document in the library target. 2025-10-21 20:01:28 +02:00
javier 9bf497676c Implemented the GET /marketplace/listings/{listing_id} endpoint for the Open API specification document in the library target. 2025-10-20 16:44:14 +02:00
javier 9a9f0eb7d7 Implemented the GET /users/{username}/inventory endpoint for the Open API specification document in the library target. 2025-10-20 16:40:48 +02:00