Skip to content

Instantly share code, notes, and snippets.

@gscheibel
Created May 20, 2014 18:03
Show Gist options
  • Save gscheibel/2d99f11c8b17c8cbdbfb to your computer and use it in GitHub Desktop.
Save gscheibel/2d99f11c8b17c8cbdbfb to your computer and use it in GitHub Desktop.
POST appName/mytype/
{
"functions": [
{
"name": "functionName",
"ranges": [
{
"name": "Range1",
"quantity": {"subtype1": 10, "subtype2": 100}
},
{
"name": "Range2",
"quantity": 10
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment