Skip to content

Instantly share code, notes, and snippets.

@sclaeys
Last active February 12, 2019 04:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sclaeys/5514b33b0f0c7d600e63b7de344368c2 to your computer and use it in GitHub Desktop.
Save sclaeys/5514b33b0f0c7d600e63b7de344368c2 to your computer and use it in GitHub Desktop.
WEBZ.CC URL Shortener API response
// No errors
{
"error":0,
"short":"http:\/\/webz.cc\/DkZOb"
}
// An error has occurred
{
"error":1,
"msg":"Please enter a valid URL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment