api-provider-ellipse
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

api-provider-ellipse

API provider for building api-core based APIs consumable via HTTP using the Ellipse framework.

Installation

npm install api-provider-ellipse

Usage

const Ellipse = require('ellipse'),
      EllipseApiRouter  = require('api-provider-ellipse').EllipseApiRouter;
 
const API = new Api(...);
 
const app = new Ellipse(),
      router = new EllipseApiRouter(API);
      
router.apply(app);
app.listen(8080);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.7.1
    1
    • latest
  • 0.2.0
    0
    • next

Version History

Package Sidebar

Install

npm i api-provider-ellipse

Weekly Downloads

3

Version

0.7.1

License

MIT

Unpacked Size

43.4 kB

Total Files

20

Last publish

Collaborators

  • ajuhos