Skip to content

Instantly share code, notes, and snippets.

@waxzce
Created February 15, 2010 12:57
Show Gist options
  • Select an option

  • Save waxzce/304621 to your computer and use it in GitHub Desktop.

Select an option

Save waxzce/304621 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="user">
<meta>
<author>Quentin ADAM - waxzce</author>
<documentationURL>http://delicious.com/help/api</documentationURL>
<sampleQuery description="get a long url and many other informations from a shorturl : google.com">select * from {table} where url='http://is.gd/w';</sampleQuery>
</meta>
<bindings>
<insert produces="XML">
<urls>
<url>https://api.del.icio.us/v2/posts/add</url>
</urls>
<inputs>
<key id="url" type="xs:string" paramType="query" required="true"/>
<key id="description" type="xs:string" paramType="query" required="true"/>
<key id="extended" type="xs:string" paramType="query" required="false" />
<key id="tags" type="xs:string" paramType="query" required="false"/>
<key id="replace" type="xs:string" paramType="query" required="false" default="false"/>
<key id="shared" type="xs:string" paramType="query" required="false" default="true"/>
</inputs>
</insert>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment