Skip to content

Instantly share code, notes, and snippets.

@apatil
Created February 25, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apatil/9cb3dde2dd8f3183ffa1 to your computer and use it in GitHub Desktop.
Save apatil/9cb3dde2dd8f3183ffa1 to your computer and use it in GitHub Desktop.
apidoc markup
@api {get} /engines Request Available Engines
@apiVersion 1.0.0
@apiName GetEngines
@apiGroup Engines
@apiDescription Gets a list of the currently available engines on Sense.
@apiError (404) user not found.
@apiSuccess (200) {Object[]} engines List of available engines.
@apiSuccessExample {json} Success:
[
{
"id": "senseplatform/r:3.1.2-4",
"name": "r",
"version": "3.1.2-4",
"deprecated": false,
"description": "R"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment