Implemented the User Lists endpoints #14

Merged
javier merged 4 commits from library/user-lists into main 2025-10-16 17:33:25 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 26d0acb85e - Show all commits
@@ -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(_:)``