Package Exports
- @antelopejs/interface-api
- @antelopejs/interface-api/package.json
Readme

Interface API
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.
Installation
npm install @antelopejs/interface-apiDocumentation
Detailed 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
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.