Implemented the missing Database endpoints #8

Merged
javier merged 7 commits from library/database-endpoints into main 2025-10-13 15:20:24 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 8016214eb6 - Show all commits
@@ -2,12 +2,12 @@
## Topics
### Service calls
### Service endpoints
- ``APIProtocol/getService(_:)``
- ``APIProtocol/getService(headers:)``
### Database calls
### Database endpoints
- ``APIProtocol/searchDatabase(_:)``
- ``APIProtocol/searchDatabase(query:headers:)``
@@ -14,7 +14,7 @@
### Servers
- ``Servers/Server1``
- ``LiveService``
### Authentication