A decorator-based framework for building HTTP services with TypeScript. Interface API provides a clean, declarative syntax for defining routes, handling requests, managing responses, and supporting WebSocket connections.
npm install @antelopejs/interface-apiDetailed documentation is available in the docs directory:
- Introduction - Overview and core concepts
- Controllers - Creating and organizing API controllers
- HTTP Handling - Request and response handling
- Parameter Handling - Parameter injection and transformation
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
