Skip to content

Instantly share code, notes, and snippets.

@fczuardi
Created August 17, 2008 18:44
Show Gist options
  • Save fczuardi/5815 to your computer and use it in GitHub Desktop.
Save fczuardi/5815 to your computer and use it in GitHub Desktop.
Get all the property names in all available languages plus the type name in all languages for a given id.
{
"/type/type/properties" : [
{
"id" : null,
"name" : [
{
"lang" : null,
"value" : null
}
]
}
],
"id" : "/user/fabricio/brazilian_government/politician",
"name" : [
{
"lang" : null,
"value" : null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment