Skip to content

Instantly share code, notes, and snippets.

@sgrove
Created July 16, 2018 10:47
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 sgrove/2033ea3a81dfa6e7024ed6b5b7b893c6 to your computer and use it in GitHub Desktop.
Save sgrove/2033ea3a81dfa6e7024ed6b5b7b893c6 to your computer and use it in GitHub Desktop.
Example Descuri (URLHound?) Queries
{
descuri(url: "https://news.ycombinator.com/user?id=tlrobinson") {
twitter {
links
}
youTube {
uri
}
other {
uri
descuri {
twitter {
links
}
youTube {
uri
}
}
}
}
}
{
descuri(url: "https://news.ycombinator.com/user?id=dwwoelfel") {
twitter {
links
}
youTube {
uri
}
other {
uri
descuri {
twitter {
links
}
youTube {
uri
}
gitHub {
uri
}
stackoverflow {
uri
}
Facebook {
uri
}
discord {
uri
}
}
}
}
}
{
"data": {
"descuri": {
"twitter": {
"links": [
"tlrobinson"
]
},
"youTube": [],
"other": [
{
"uri": "http://tlrobinson.net/",
"descuri": {
"twitter": {
"links": [
"tlrobinson"
]
},
"youTube": [
{
"uri": "https://www.youtube.com/watch?v=SKMs-84UkPw"
}
]
}
},
{
"uri": "http://www.metabase.com/",
"descuri": {
"twitter": {
"links": [
"metabase"
]
},
"youTube": []
}
},
{
"uri": "http://www.crunchbase.com/company/280-north",
"descuri": {
"twitter": {
"links": [
"cappuccino",
"crunchbase"
]
},
"youTube": []
}
},
{
"uri": "http://www.cappuccino-project.org/",
"descuri": {
"twitter": {
"links": [
"cappuccino"
]
},
"youTube": []
}
},
{
"uri": "https://keybase.io/tlrobinson;",
"descuri": {
"twitter": {
"links": []
},
"youTube": []
}
},
{
"uri": "https://keybase.io/tlrobinson/sigs/ACUCWanol3C8qekzbGJuwxU_JUBrzYqNSS_GdkgphDI",
"descuri": {
"twitter": {
"links": [
"tlrobinson"
]
},
"youTube": []
}
}
]
}
}
}
{
"data": {
"descuri": {
"twitter": {
"links": [
"danielwoelfel"
]
},
"youTube": [],
"other": [
{
"uri": "https://dwwoelfel.github.io/",
"descuri": {
"twitter": {
"links": [
"danielwoelfel"
]
},
"youTube": [],
"gitHub": [
{
"uri": "https://github.com/dwwoelfel"
}
],
"stackoverflow": [],
"Facebook": [],
"discord": []
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment