Created
February 27, 2012 21:14
-
-
Save spier/1927155 to your computer and use it in GitHub Desktop.
ProgrammableWeb Post Gists
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
<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> | |
[...] |
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
<?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