Created
February 25, 2015 20:49
-
-
Save apatil/9cb3dde2dd8f3183ffa1 to your computer and use it in GitHub Desktop.
apidoc markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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