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

This commit is contained in:
2025-10-16 18:19:04 +02:00
parent 8533fd0273
commit 67c9ffa6f4
3 changed files with 21 additions and 3 deletions
@@ -83,4 +83,15 @@
- ``APIProtocol/editFieldsInstance(_:)``
- ``APIProtocol/editFieldsInstance(path:query:headers:)``
- ``APIProtocol/getCollectionValue(_:)``
- ``APIProtocol/getCollectionValue(path:headers:)``
- ``APIProtocol/getCollectionValue(path:headers:)``
### User Wantlist
- ``APIProtocol/getWantlist(_:)``
- ``APIProtocol/getWantlist(path:query:headers:)``
- ``APIProtocol/addToWantlist(_:)``
- ``APIProtocol/addToWantlist(path:query:headers:)``
- ``APIProtocol/updateInWantlist(_:)``
- ``APIProtocol/updateInWantlist(path:query:headers:)``
- ``APIProtocol/deleteFromWantlist(_:)``
- ``APIProtocol/deleteFromWantlist(path:headers:)``