<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Why REST</title>
	<atom:link href="http://barelyenough.org/blog/2006/04/why-rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2006/04/why-rest/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 23:02:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Alex</title>
		<link>http://barelyenough.org/blog/2006/04/why-rest/#comment-663</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 Apr 2006 05:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=225#comment-663</guid>
		<description>&lt;p&gt;Feedback welcome. :)&lt;/p&gt;

&lt;p&gt;http://feedlounge.com/blog/2006/04/20/matt-walters-release/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Feedback welcome. :)</p>
<p><a href="http://feedlounge.com/blog/2006/04/20/matt-walters-release/" rel="nofollow">http://feedlounge.com/blog/2006/04/20/matt-walters-release/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://barelyenough.org/blog/2006/04/why-rest/#comment-642</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 08 Apr 2006 08:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=225#comment-642</guid>
		<description>&lt;blockquote&gt;Well, if it were really RESTful my subscription list would be a resource with a real name, say something like `http://feedlounge.com/pezra/subscriptions/opml`.&lt;/blockquote&gt;

&lt;p&gt;That is exactly what the API will be providing, among other things. The URL has already been determined and will be:&lt;/p&gt;

&lt;p&gt;http://api.feedlounge.com/username/feeds/opml&lt;/p&gt;

&lt;p&gt;Look for this to be available in the next week or two.&lt;/p&gt;

&lt;p&gt;So many features to build, so little time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote><p>Well, if it were really RESTful my subscription list would be a resource with a real name, say something like `http://feedlounge.com/pezra/subscriptions/opml`.</p></blockquote>
<p>That is exactly what the API will be providing, among other things. The URL has already been determined and will be:</p>
<p><a href="http://api.feedlounge.com/username/feeds/opml" rel="nofollow">http://api.feedlounge.com/username/feeds/opml</a></p>
<p>Look for this to be available in the next week or two.</p>
<p>So many features to build, so little time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2006/04/why-rest/#comment-639</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Sat, 08 Apr 2006 03:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=225#comment-639</guid>
		<description>&lt;blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;Sadly, FeedLounge completely ignores web architecture.&lt;/p&gt;
  &lt;/blockquote&gt;
  
  &lt;p&gt;not that we don’t support REST (FeedLounge is ~99% REST)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I don't know if FeedLounge is in fact ~99% REST or not.  To be perfectly honest I have not really looked at the information architecture of FeedLounge beyond this the the URLs that show up in the address line (but since FeedLounge is deeply AJAX the URIs in the address line do &lt;em&gt;not&lt;/em&gt; tell the whole story).  So it is possible that this area is an anomily in the RESTfulness of FeedLounge.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
<blockquote>
<p>Sadly, FeedLounge completely ignores web architecture.</p>
</blockquote>
<p>not that we don’t support REST (FeedLounge is ~99% REST)</p>
</blockquote>
<p>I don&#8217;t know if FeedLounge is in fact ~99% REST or not.  To be perfectly honest I have not really looked at the information architecture of FeedLounge beyond this the the URLs that show up in the address line (but since FeedLounge is deeply AJAX the URIs in the address line do <em>not</em> tell the whole story).  So it is possible that this area is an anomily in the RESTfulness of FeedLounge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2006/04/why-rest/#comment-638</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Sat, 08 Apr 2006 03:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=225#comment-638</guid>
		<description>&lt;p&gt;Well, if it were really RESTful my subscription list would be a
resource with a real name, say something like
&lt;code&gt;http://feedlounge.com/pezra/subscriptions/opml&lt;/code&gt;.  If I attempted to
GET that resource outside of an authenticated session it support HTTP
based authentication (401 responses, etc).  Perhaps the most important
part of REST is the &lt;em&gt;uniform&lt;/em&gt; interface it provides.  A proprietary
application specific authentication scheme is not RESTful.&lt;/p&gt;

&lt;p&gt;That being said I understand that providing machine readable data to
the outside world is not one of &lt;a href="http://feedlounge.com"&gt;FeedLounge&lt;/a&gt;'s
priorities.  It is a user facing aggregator all, and the user
experience is nice.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, if it were really RESTful my subscription list would be a<br />
resource with a real name, say something like<br />
<code><a href="http://feedlounge.com/pezra/subscriptions/opml" rel="nofollow">http://feedlounge.com/pezra/subscriptions/opml</a></code>.  If I attempted to<br />
GET that resource outside of an authenticated session it support HTTP<br />
based authentication (401 responses, etc).  Perhaps the most important<br />
part of REST is the <em>uniform</em> interface it provides.  A proprietary<br />
application specific authentication scheme is not RESTful.</p>
<p>That being said I understand that providing machine readable data to<br />
the outside world is not one of <a href="http://feedlounge.com">FeedLounge</a>&#8217;s<br />
priorities.  It is a user facing aggregator all, and the user<br />
experience is nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://barelyenough.org/blog/2006/04/why-rest/#comment-633</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 07 Apr 2006 17:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=225#comment-633</guid>
		<description>&lt;p&gt;Stay tuned for some real APIs coming soon that should give you exactly what you're looking for. The problem with what you are currently trying to do is that your GET request doesn't have a n authenticated session associated with it (if it did, it would work), not that we don't support REST (FeedLounge is ~99% REST).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stay tuned for some real APIs coming soon that should give you exactly what you&#8217;re looking for. The problem with what you are currently trying to do is that your GET request doesn&#8217;t have a n authenticated session associated with it (if it did, it would work), not that we don&#8217;t support REST (FeedLounge is ~99% REST).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
