Swagger Documentation
Interactive API documentation is available via Swagger UI.
Accessing Swagger
- All APIs: http://localhost:4000/api-docs
- Flight Booking Only: http://localhost:4000/api-docs/flight-booking
Features
- Browse all available endpoints
- View request/response schemas
- Test endpoints directly from the browser
- Authenticate using the "Authorize" button
OpenAPI Specs
Raw OpenAPI JSON specifications:
- All APIs: http://localhost:4000/api-docs.json
- Flight Booking: http://localhost:4000/api-docs/flight-booking.json