Updated the APIProtocol and Client extensions for the DocC documentation catalog in the library target.

This commit is contained in:
2025-11-10 01:23:24 +01:00
parent 57e07b8b0a
commit 2122e449fe
2 changed files with 51 additions and 6 deletions
@@ -65,4 +65,20 @@
### User Lists
- ``Client/getLists(_:)``
- ``Client/getList(_:)``
- ``Client/getList(_:)``
### Marketplace
- ``Client/getInventory(_:)``
- ``Client/getListing(_:)``
- ``Client/createListing(_:)``
- ``Client/editListing(_:)``
- ``Client/deleteListing(_:)``
- ``Client/getOrders(_:)``
- ``Client/getOrder(_:)``
- ``Client/getOrderMessages(_:)``
- ``Client/addOrderMessage(_:)``
- ``Client/getFee(_:)``
- ``Client/getFeeWithCurrency(_:)``
- ``Client/getPriceSuggestions(_:)``
- ``Client/getStatistics(_:)``