List authors v2 (stub - always returns empty array)
GET/:prefix/api/v2/authors
Returns all authors in the library (v2 endpoint used by Komic). Currently returns empty as Codex doesn't aggregate authors separately.
Endpoint
GET /{prefix}/api/v2/authors
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key
Request
Responses
- 200
- 401
Empty list of authors
Unauthorized