Updated the "APIProtocol" and "Client" extensions for the DocC documentation catalog in the library target.
This commit is contained in:
@@ -95,3 +95,10 @@
|
|||||||
- ``APIProtocol/updateInWantlist(path:query:headers:)``
|
- ``APIProtocol/updateInWantlist(path:query:headers:)``
|
||||||
- ``APIProtocol/deleteFromWantlist(_:)``
|
- ``APIProtocol/deleteFromWantlist(_:)``
|
||||||
- ``APIProtocol/deleteFromWantlist(path:headers:)``
|
- ``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/addToWantlist(_:)``
|
||||||
- ``Client/updateInWantlist(_:)``
|
- ``Client/updateInWantlist(_:)``
|
||||||
- ``Client/deleteFromWantlist(_:)``
|
- ``Client/deleteFromWantlist(_:)``
|
||||||
|
|
||||||
|
### User Lists
|
||||||
|
|
||||||
|
- ``Client/getLists(_:)``
|
||||||
|
- ``Client/getList(_:)``
|
||||||
Reference in New Issue
Block a user