Skip to content

Commit

Permalink
proper itemPath for NYT NewsWire API
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
bkudria authored and spullara committed Feb 28, 2009
1 parent c57afe5 commit dea6b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyt/nyt.newswire.xml
Expand Up @@ -6,7 +6,7 @@
<documentationURL>http://developer.nytimes.com/docs/times_newswire_api/</documentationURL> <documentationURL>http://developer.nytimes.com/docs/times_newswire_api/</documentationURL>
</meta> </meta>
<bindings> <bindings>
<select produces="XML" itemPath="result_set.results"> <select produces="XML" itemPath="result_set.results.news_item">
<urls> <urls>
<url>http://api.nytimes.com/svc/news/{version}/all/{time-period}.xml?api-key={apikey}</url> <url>http://api.nytimes.com/svc/news/{version}/all/{time-period}.xml?api-key={apikey}</url>
</urls> </urls>
Expand Down

0 comments on commit dea6b29

Please sign in to comment.