Skip to content

Instantly share code, notes, and snippets.

@nisargshah100
Last active December 19, 2015 11:09
Show Gist options
  • Save nisargshah100/5945753 to your computer and use it in GitHub Desktop.
Save nisargshah100/5945753 to your computer and use it in GitHub Desktop.
// failure notification
{
id: 110,
details: "file is too big",
parsed_time: null,
status: "failed",
time_taken: null,
file_id: 132
}
// success notification
{
id: 109,
details: null,
parsed_time: "2013-07-05T22:19:42Z",
status: "success",
time_taken: "8.414609",
file_id: 131
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment