Skip to content

Commit

Permalink
Adding ClassBySLN Table to edu.wsu.schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxtrot committed Dec 17, 2010
1 parent 49444b3 commit dde28d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions edu/wsu/edu.wsu.schedules.classbysln.xml
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>Washington State University</author>
<author>Jeff Craig &lt;jacraig@wsu.edu&gt;</author>
<documentationURL>http://schedules.wsu.edu/API/</documentationURL>
<description>Get current schedule data for a single section selected by Schedule Line Number from Washington State University</description>
<sampleQuery>select * from {table} where year=2011 and term=1 and sln=0477</sampleQuery>
</meta>
<bindings>
<select produces="JSON">
<urls>
<url>http://schedules.wsu.edu/API/Classes/{year}{term}/{sln}</url>
</urls>
<inputs>
<key id="year" type="xs:integer" paramType="path" required="true" />
<key id="term" type="xs:integer" paramType="path" required="true" />
<key id="sln" type="xs:integer" paramType="path" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit dde28d3

Please sign in to comment.