Socket
Socket
Sign inDemoInstall

a127-magic

Package Overview
Dependencies
9
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    a127-magic

Apigee 127 Swagger Loader and Middleware


Version published
Weekly downloads
14
increased by7.69%
Maintainers
1
Install size
21.5 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 27 Oct 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc