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

This commit is contained in:
2025-10-16 19:28:44 +02:00
parent a5c7a53e1e
commit 26d0acb85e
2 changed files with 12 additions and 0 deletions
@@ -95,3 +95,10 @@
- ``APIProtocol/updateInWantlist(path:query:headers:)``
- ``APIProtocol/deleteFromWantlist(_:)``
- ``APIProtocol/deleteFromWantlist(path:headers:)``
### User Lists
- ``APIProtocol/getLists(_:)``
- ``APIProtocol/getLists(path:query:headers:)``
- ``APIProtocol/getList(_:)``
- ``APIProtocol/getList(path:headers:)``
@@ -61,3 +61,8 @@
- ``Client/addToWantlist(_:)``
- ``Client/updateInWantlist(_:)``
- ``Client/deleteFromWantlist(_:)``
### User Lists
- ``Client/getLists(_:)``
- ``Client/getList(_:)``