1.0.1 • Published 10 years ago

swaggerjs-braque v1.0.1

Weekly downloads
5
License
-
Repository
-
Last release
10 years ago

Braque-Swaggerjs

Builds a braque route file from a swagger.js resource.

Braque-Swagger is a simple helper package that will take a Swagger resource URL and create a local api route file. This provides the ability to extra an entire API for local use in a module. It provides rapid reference, and can be used to write local tests for an API.

``` npm install braque-swagger ```

CLI

From the command line a route file can be created using the following

Arguments:

  • url - Full Resource URL.
  • file - Optional output file. Will dump to console when not provided

` braque-swagger --url http://api.staging.formagg.io --file api.json

1.0.1

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago