Skip to content

Commit

Permalink
adding some more sampleQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Oct 21, 2011
1 parent 23b1b1a commit aa21661
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apigee/apigee.consoles.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Sebastian Spier</author>
<author>Sebastian Spier (http://twitter.com/#!/sebastianspier/)</author>
<description>Get information about the ready made API consoles from apigee.com</description>
<documentationURL>http://snap.apigee.com/qEPjIT</documentationURL>
<sampleQuery>SELECT * FROM {table}</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE console_name = 'facebook'</sampleQuery>
<sampleQuery>SELECT * FROM {table}</sampleQuery>
<sampleQuery>SELECT wadlUrl FROM {table}</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE console_name = 'facebook'</sampleQuery>
<sampleQuery>SELECT * FROM {table} WHERE console_name = 'facebook' OR 'facebook'</sampleQuery>
</meta>
<bindings>

Expand Down

0 comments on commit aa21661

Please sign in to comment.