Skip to content

Instantly share code, notes, and snippets.

@Randgalt
Created July 8, 2015 18:48
Show Gist options
  • Save Randgalt/1f3baf6647f56d90ceb5 to your computer and use it in GitHub Desktop.
Save Randgalt/1f3baf6647f56d90ceb5 to your computer and use it in GitHub Desktop.
{
"apiVersion" : "$SPEEDO_DOCS_VERSION$",
"swaggerVersion" : "1.2",
"basePath" : "$SPEEDO_API_PATH$",
"resourcePath" : "/test",
"apis" : [ {
"path" : "/test",
"operations" : [ {
"method" : "GET",
"nickname" : "myApi",
"type" : "string",
"produces" : [ "application/json" ]
} ]
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment