Skip to content

Instantly share code, notes, and snippets.

@Techmind
Created November 2, 2015 15:39
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 Techmind/7cfbb5faa0106934b9dd to your computer and use it in GitHub Desktop.
Save Techmind/7cfbb5faa0106934b9dd to your computer and use it in GitHub Desktop.
FORMAT: 1A
# A
text1
## B [/questions]
### C [GET]
+ Response 200 (application/json)
+ Attributes (object)
+ status: "success" (string) - success
+ level0: `{}` (object)
+ message: "sometext" (string) - response message
+ level1: `{}` (object) - object with response fields
+ status: "SCHEDULED" (string) - queue status defined above
+ level2: `{}` (object) - data about errors occured
+ is_lost: 4 (number) - count of occurred errors
+ Body
{
"aa": "who cares",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment