Skip to content

Commit

Permalink
first effort to move tables to use JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Jun 12, 2011
1 parent 739103b commit 466f7dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bitly/bit.ly.clicks_by_day.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Micah Laaker ([email protected])</author>
<author>Sebastian Spier</author>
<author>Micah Laaker ([email protected]), Sebastian Spier (http://twitter.com/#!/sebastianspier/)</author>
<description>Bit.ly URL Clicks by Day</description>
<documentationURL>http://code.google.com/p/bitly-api/wiki/ApiDocumentation</documentationURL>
<sampleQuery>select * from {table} where login='yourlogingoeshere' and apiKey='yourkeygoeshere' and hash='a4MSUH';</sampleQuery>
</meta>
<bindings>
<select itemPath="json" produces="JSON">
<select itemPath="json.*" produces="JSON">
<urls>
<url>http://api.bit.ly/v3/clicks_by_day</url>
</urls>
Expand Down

0 comments on commit 466f7dc

Please sign in to comment.