Skip to content

Instantly share code, notes, and snippets.

@spier
Created February 27, 2012 21:14
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 spier/1927155 to your computer and use it in GitHub Desktop.
Save spier/1927155 to your computer and use it in GitHub Desktop.
ProgrammableWeb Post Gists
<name>Sebastian Spier</name>
<twitter>sebastianspier</twitter>
<slug>sebastianspier</slug>
<known>1</known>
<authority>32</authority>
<activity>45</activity>
<audience>33</audience>
<peerindex>33</peerindex>
<url>http://pi.mu/i2VL</url>
<topics>internet and web</topics>
<topics>languages</topics>
<topics>api</topics>
<topics>open source</topics>
<topics>software engineering</topics>
<benchmark>
<name>technology and internet</name>
<resonance>41</resonance>
<activity>44</activity>
<audience>-1</audience>
</benchmark>
[...]
</benchmark>
<topics_score>
<term>open source</term>
<resonance>30</resonance>
</topics_score>
[...]
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>You</author>
<description>API for yourproduct</description>
<documentationURL>http://api.yourproduct.com/docs</documentationURL>
<sampleQuery>SELECT * FROM {table} WHERE id="1"</sampleQuery>
</meta>
<bindings>
<select itemPath="json" produces="JSON">
<urls>
<url>http://api.yourproduct.com/great_resource/{id}</url>
</urls>
<inputs>
<key id="id" type="xs:string" paramType="path" required="true"/>
</inputs>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment