0.3.0 • Published 9 years ago

rest-api-doc v0.3.0

Weekly downloads
19
License
-
Repository
github
Last release
9 years ago

rest-api-doc

Put you API in api directory:

put your apis here

install

npm install
npm install -g gulp

Run dev

gulp dev

deploy dev

gulp deploy-dev

Run production

gulp prod

api doc structure

name: String
baseUrl: String
description: String
apis: [{
  title: String
  description: String   # optional
  url: String
  method: String    # POST, GET

  body: bodyStructure

  successResponse: successResponseStructure

  errorResponse: errorResponseStructure
}]
0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago