Skip to content

Commit

Permalink
refine results path, make apikey required
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Chelen committed Apr 22, 2010
1 parent 60ad8c6 commit be40ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sunlight/sunlight.contributions.xml
Expand Up @@ -7,10 +7,10 @@
<author>Michael Chelen http://mikechelen.com</author>
</meta>
<bindings>
<select itemPath="json" produces="JSON">
<select itemPath="json.json" produces="JSON">
<urls><url>http://transparencydata.com/api/1.0/contributions.json?</url></urls>
<inputs>
<key id='apikey' type='xs:string' paramType='query' private='TRUE'/>
<key id='apikey' type='xs:string' paramType='query' private='true' required='true' />
<key id='page' type='xs:string' paramType='query' />
<key id='per_page' type='xs:string' paramType='query' />
<key id='amount' type='xs:string' paramType='query' />
Expand Down

0 comments on commit be40ee3

Please sign in to comment.