Displaying 1 result from an estimated 1 matches for "feed_uri".
Did you mean:
  feed_url
  
2006 Mar 11
1
feedburner api xml
I''m trying to query feedburner''s api (as according to their 
documentation). I''m using ''net/http'' as outlined here:
@feed_stats = 
Net::HTTP.get(URI.parse("http://api.feedburner.com/awareness/1.0/GetFeedData?uri=" 
+ @feed_uri))
The query returns this xml:
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
  <feed id="277241" uri="Eribium">
    <entry date="2006-03-10" circulation="0" hits="0" />
  </feed>
&...