Logo
NeoArc Studio

Library API

v1.0.0

<p>RESTful API for the Library Management System. Provides endpoints for managing books, members, loans, and reservations.</p><p>This API demonstrates OAuth2 security with scopes, API key fallback, and comprehensive schema references with lineage tracking.</p>

Tags: books, members, loans, reservations

Servers

URL Description
https://api.library.example.com/v1 Production server
https://api-staging.library.example.com/v1 Staging server for testing

Security Schemes

ID Type Name In Description
oauth2 oauth2 - - OAuth 2.0 authentication with library-specific scopes
apiKey apiKey X-API-Key header API key for service-to-service communication
bearerAuth http - - JWT bearer token authentication