@antelopejs/interface-api
v0.0.3
Published
AntelopeJS interface for HTTP API with decorator-based controllers and WebSocket support
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.
