9dc7e0191a
Fixes #12 |
||
---|---|---|
browser | ||
docs | ||
lib | ||
samples/2.0 | ||
test | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
RELEASE_NOTES.md | ||
bower.json | ||
gulpfile.js | ||
index.js | ||
package.json |
README.md
An API for interacting with Swagger documents.
Project Badges
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:
- swagger-core-api-standalone.js: 3,940kb, full source and source maps
- swagger-core-api-standalone-min.js: 580kb, minified, compressed and no source map
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 Of course, if you just want a quick link to the API documentation, that would be here: https://github.com/apigee-127/swagger-core-api/blob/master/docs/API.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.