Package Exports
- a127-magic
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (a127-magic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
You got your Volos in my Swagger! You got your Swagger in my Volos!
This module initializes and controls an Apigee-127 Swagger-driven project. Full documentation is available here.
Basic usage example:
var a127 = require('a127-magic');
var app = require('express')();
a127.init(function(config) {
app.use(a127.middleware(config));
app.listen(process.env.PORT || 10010);
});(See also the Apigee-127 project-skeleton