Skip to content

The fastest way to build JSON APIs in Koa.js

License

Notifications You must be signed in to change notification settings

kzacharakis/apicco

 
 

Repository files navigation

Apicco

Build Status

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

Apicco middleware is a dynamic Koa router middleware that maps folder & file structure to JSON HTTP endpoints.

Apicco SDK

Apicco SDK creates dynamically an Apicco API client.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Special thanks to

About

The fastest way to build JSON APIs in Koa.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • Ruby 32.0%
  • Shell 2.8%