swaagger.d.ts

v0.0.1
Swagger Interface for TypeScript
Swagger API TypeScript

swagger.d.ts

Build Status

Swagger Type Interface For TypeScript

Usage

Installation

Install with npm

npm install --save swagger.d.ts

Include the reference comment then use Swagger.Spec type. Other sub-types are also available.

/// <reference path="path/to/swagger.d.ts"/>

var mySwaggerSpec: Swagger.Spec = { /*... */ };

Development

Running tests

Install Node.js and run:

npm test

License

MIT

npm i swaagger.d.ts

Metadata

  • MIT
  • Whatever
  • Mohsen Azimi
  • released 6/17/2015

Downloads

Maintainers