Skip to content

Commit

Permalink
Include description of getresponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerborene committed Mar 23, 2012
1 parent fbb94c6 commit 3f24c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions getresponse/getresponse.archive.xml
Expand Up @@ -2,6 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Rainer Borene</author>
<description>Retrieves all posts of a specified GetResponse account</description>
<sampleQuery>select * from getresponse.archive where username = 'test'</sampleQuery>
</meta>
<bindings>
Expand Down
1 change: 1 addition & 0 deletions getresponse/getresponse.entry.xml
Expand Up @@ -2,6 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Rainer Borene</author>
<description>Get content of a post</description>
<sampleQuery>select * from getresponse.entry where username = 'test' and slug = 'something'</sampleQuery>
</meta>
<bindings>
Expand Down

0 comments on commit 3f24c84

Please sign in to comment.