Skip to content

Commit

Permalink
Merge pull request #356 from yql/f3c8d18b0303b55c31f8f16183b91b067eb6…
Browse files Browse the repository at this point in the history
…9dc5

Added jcdecaux/vls/stationInfos/jcdecaux.vls.stationInfos.xml (unfiltered) via YQL Table Editor
  • Loading branch information
pjdonnelly committed Jun 25, 2013
2 parents a433f36 + f3c8d18 commit becfd3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jcdecaux/vls/stationInfos/jcdecaux.vls.stationInfos.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<sampleQuery>SELECT * FROM {table} WHERE contract= AND station= AND apiKey=</sampleQuery>
<description>Get stations infos</description>
</meta>
<bindings>
<select produces="JSON">
<urls>
<url>https://api.jcdecaux.com/vls/v1/stations/{station}?{contract}{apiKey}</url>
</urls>
<inputs>
<key id="apiKey" type="xs:string" paramType="query" required="true" />
<key id="contract" type="xs:string" paramType="query" required="true" />
<key id="station" type="xs:int" paramType="path" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit becfd3d

Please sign in to comment.