The fastest way to build JSON APIs in Koa.js
Map your API server folder structure to language‑level like method calls on the client.
app/
└── api/
└── user/
└── sayHello.js => POST /api/user.sayHello => api.user.sayHello()
Apicco middleware is a dynamic Koa router middleware that maps folder & file structure to JSON HTTP endpoints.
- NPM package —
published from this repo as
@workablehr/apicco-lib. The unscopedapicco-libis the original, unmaintained package and stops at1.3.2. - Documentation
Apicco SDK creates dynamically an Apicco API client.
This project is licensed under the MIT License - see the LICENSE file for details
Special thanks to
- @jmike for his work on defining the format of action files on the server side
- @brianleroux for inspiring us on the SDK after this Slack client package
- @stavros-wb for the early adoption