Created
June 16, 2011 15:40
-
-
Save MrElendig/1029525 to your computer and use it in GitHub Desktop.
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
[oh@Alice][~]% curl 'http://aur.archlinux.org/rpc.php?type=info&arg=cower-git' 2>/dev/null | |
{"type":"info","results":{"ID":"35888","Name":"cower-git","Version":"20110323-1","CategoryID":"16","Description":"A simple AUR agent with a pretentious name","URL":"http:\/\/github.com\/falconindy\/cower","URLPath":"\/packages\/cower-git\/cower-git.tar.gz","License":"MIT","NumVotes":"22","OutOfDate":"0"}} | |
[oh@Alice][~]% curl 'http://aur.archlinux.org/rpc.php?type=info&arg=cower-git' 2>/dev/null | json_reformat | |
{ | |
"type": "info", | |
"results": { | |
"ID": "35888", | |
"Name": "cower-git", | |
"Version": "20110323-1", | |
"CategoryID": "16", | |
"Description": "A simple AUR agent with a pretentious name", | |
"URL": "http://github.com/falconindy/cower", | |
"URLPath": "/packages/cower-git/cower-git.tar.gz", | |
"License": "MIT", | |
"NumVotes": "22", | |
"OutOfDate": "0" | |
} | |
} | |
[oh@Alice][~]% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment