Created
July 23, 2011 09:13
-
-
Save moski/1101220 to your computer and use it in GitHub Desktop.
/api/v1/urls/expand_url response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Expand Url (JSON) | |
Ex: curl http://xpandurl.com/api/v1/urls/expand_url.json?short_url=http%3A%2F%2Fgoo.gl%2FDRppM | |
Parameters: | |
short_url: The url you want to expand [Required] | |
**/ | |
{ "expand_count":25, | |
"long_url":"https://github.com/moski/url_expander", | |
"short_url":"http://goo.gl/DRppM"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment