Getting Started
Install ωna CLI
npm install -g ωna
1. Init a project
ωna init my-project
2. Run your app
ωna run
API Reference
Query the API
GET /api/data/endpoint
Accept: application/json
Endpoints
- GET /data/{id}
- POST /create
- DELETE /remove
This is a live API docs page - try it with API Playground in the sidebar!