Added the Authentication section to the "APIProtocol" and "Client" extensions on the DocC documentation catalog in the library target.

This commit is contained in:
2025-10-13 19:51:11 +02:00
parent c0bf811d37
commit 66e3ee28a5
2 changed files with 15 additions and 0 deletions
@@ -7,6 +7,15 @@
- ``APIProtocol/getService(_:)``
- ``APIProtocol/getService(headers:)``
### Authentication endpoints
- ``APIProtocol/getRequestToken(_:)``
- ``APIProtocol/getRequestToken(headers:)``
- ``APIProtocol/postAccessToken(_:)``
- ``APIProtocol/postAccessToken(headers:)``
- ``APIProtocol/getUserIdentity(_:)``
- ``APIProtocol/getUserIdentity(headers:)``
### Database endpoints
- ``APIProtocol/searchDatabase(_:)``
@@ -10,6 +10,12 @@
- ``Client/getService(_:)``
### Authentication endpoints
- ``Client/getRequestToken(_:)``
- ``Client/postAccessToken(_:)``
- ``Client/getUserIdentity(_:)``
### Database endpoints
- ``Client/searchDatabase(_:)``