Skip to content

Instantly share code, notes, and snippets.

@kbrmedia
Created February 2, 2018 19:33
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 kbrmedia/085de84073b43b31f03891e61df0c71d to your computer and use it in GitHub Desktop.
Save kbrmedia/085de84073b43b31f03891e61df0c71d to your computer and use it in GitHub Desktop.
Premium URL Shortener API response
// No errors
{
"error":0,
"short":"http:\/\/yoursite.com\/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