Skip to content

Instantly share code, notes, and snippets.

@conraddecker
Created July 31, 2012 15:59
Show Gist options
  • Save conraddecker/3218058 to your computer and use it in GitHub Desktop.
Save conraddecker/3218058 to your computer and use it in GitHub Desktop.
Differing Responses
//Successful call
{
"label":"",
"results":
{
"conference number":"1-603-413-3053",
"call_id":42341727,
"pin":947162,
"call_name":"John's Call"
},
"status":
{
"code":1,
"ok":1,
"message":"Connected"
}
}
//Unsuccessful call
{
"results":
{
"status":
{
"code":99,
"ok":0,
"message":"Require a date string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment