Closed elrayle closed 6 years ago
Adds an installer to add swagger API docs for the linked data module. The doc is installed in public/apidoc directory of the app including QA.
public/apidoc
To view what the apidoc installer will do: (from the app including QA >= 2.1.2)
rails g qa:apidoc -h
To run the apidoc installer: (from the app including QA >= 2.1.2)
rails g qa:apidoc
This will install the docs in your app at... public/qa/apidoc
public/qa/apidoc
To view the API documentation:
https://YOUR_APP_HOST/qa/apidoc/
NOTE: The trailing / is required.
Adds an installer to add swagger API docs for the linked data module. The doc is installed in
public/apidoc
directory of the app including QA.To view what the apidoc installer will do: (from the app including QA >= 2.1.2)
To run the apidoc installer: (from the app including QA >= 2.1.2)
This will install the docs in your app at...
public/qa/apidoc
To view the API documentation:
NOTE: The trailing / is required.