Skip to content

A JavaScript API for interacting with Swagger documents.

License

Notifications You must be signed in to change notification settings

gitter-badger/swagger-core-api

 
 

Repository files navigation

An API for interacting with Swagger documents.

Project Badges

  • Build status: Build Status
  • Dependencies: Dependencies
  • Developer dependencies: Dev Dependencies
  • Downloads: NPM Downloads Per Month
  • License: License
  • Version: NPM Version

Installation

swagger-core-api is available for both Node.js and the browser. Installation instructions for each environment are below.

Browser

Installation for browser applications can be done via Bower or by downloading a standalone binary.

Using Bower

bower install swagger-core-api --save

Standalone Binaries

The standalone binaries come in two flavors:

Node.js

Installation for Node.js applications can be done via NPM.

npm install swagger-core-api --save

Documentation

The documentation for this project can be found here: https://github.com/apigee-127/swagger-core-api/blob/master/docs/README.md

Contributing

This project uses Gulp for building so npm install -g gulp once you clone this project. Running gulp in the project root will lint check the source code and run the unit tests.

About

A JavaScript API for interacting with Swagger documents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%