🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

a127-magic

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a127-magic

Apigee 127 Swagger Loader and Middleware

latest
Source
npmnpm
Version
0.12.1
Version published
Weekly downloads
168
309.76%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

Apigee

FAQs

Package last updated on 09 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts