Skip to content

Instantly share code, notes, and snippets.

View badmetacoder's full-sized avatar

Jacek Artymiak badmetacoder

View GitHub Profile
{
"status": "failure",
"message": "<HASH> is an invalid hash"
}
{
"status": "failure",
"message": "None of the supplied hashes were valid"
}
{
"status": "failure",
"message": "There was an error verifying the username"
}
{
"status": "failure",
"message": "There was a problem getting the available credit balance"
}
{
"status": "failure",
"message": "You have insufficient credits available to consume the stream"
}
{
"status": "success",
"message": "Successfully subscribed to hash <HASH>"
}
{
"status": "warning",
"message": "You aren't currently subscribed to the hash "
}
{
"status": "warning",
"message": "You did not send a valid hash to unsubscribe to"
}
{
"status": "warning",
"message": "You did not send a valid hash to subscribe to"
}
{
"status": "warning",
"message": "An invalid action was received"
}