<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RestSharp &#187; Announcements</title>
	<atom:link href="http://restsharp.org/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://restsharp.org</link>
	<description>Simple REST and HTTP API Client for .NET</description>
	<lastBuildDate>Mon, 12 Sep 2011 17:46:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>I want to show off your project that uses RestSharp</title>
		<link>http://restsharp.org/i-want-to-show-off-your-project-that-uses-restsharp/</link>
		<comments>http://restsharp.org/i-want-to-show-off-your-project-that-uses-restsharp/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 21:18:26 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/i-want-to-show-off-your-project-that-uses-restsharp/</guid>
		<description><![CDATA[If you use RestSharp in a project that I can link to and show off, please email me with the name of the project and where I can point people to. I want to build up a better showcase of how people are using the project to better promote RestSharp and your projects.]]></description>
			<content:encoded><![CDATA[<p>If you use RestSharp in a project that I can link to and show off, please <a href="mailto:johnsheehan@gmail.com">email me</a> with the name of the project and where I can point people to. I want to build up a better showcase of how people are using the project to better promote RestSharp and your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/i-want-to-show-off-your-project-that-uses-restsharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RestSharp 100 Released (Belated Launch Post)</title>
		<link>http://restsharp.org/restsharp-100-released-belated-launch-post/</link>
		<comments>http://restsharp.org/restsharp-100-released-belated-launch-post/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 04:23:27 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/restsharp-100-released-belated-launch-post/</guid>
		<description><![CDATA[This happened over a month ago, but the first official release of RestSharp is now available. As previously discussed, the first version is 100. And also as expected, there were numerous bugs discovered after the first release and so there have been subsequent releases with the current being 100.3. 100.4 is just around the corner [...]]]></description>
			<content:encoded><![CDATA[<p>This happened over a month ago, but the first official release of RestSharp is <a href="https://github.com/johnsheehan/RestSharp/downloads">now available</a>. As previously discussed, the first version is 100. And also as expected, there were numerous bugs discovered after the first release and so there have been subsequent releases with the current being 100.3. 100.4 is just around the corner as a bunch of community contributions have just landed in the repository as well.</p>
<p>The easiest way to install and keep up to date is with <a href="http://nuget.org/">NuGet</a>. Just run Install-Package RestSharp from the NuGet console or search for it in the Add Library Package Reference dialog. If you prefer your binaries in zip form, you can <a href="https://github.com/johnsheehan/RestSharp/downloads">download from GitHub</a>. Note that the assemblies in the downloadable zip file have been ILMerged where possible (Framework and Silverlight) to avoid conflicts if you&#8217;re already using JSON.NET in your project.</p>
<p>Going forward I&#8217;ll try to post a changelog here on the blog for each release.</p>
<p>If you need help, the recently-created <a href="https://groups.google.com/group/restsharp">Google Group</a> has been an excellent resource for getting problems solved, so I&#8217;d recommend starting there. While you&#8217;re free to email me still, I&#8217;ll likely refer you to the list first since there are more people available to help at any given time.</p>
<p>Once development on RestSharp 100 stalls, I&#8217;ll likely move it to a &#8220;maintenance mode&#8221; whereby I&#8217;ll curate any pull requests, but won&#8217;t be actively adding new features to it. I&#8217;ll then create a second project for RestSharp 200 where the majority of development will happen. This will let me make more drastic changes without forcing everyone to adapt. RestSharp 200 will also drop support for .NET 3.5. I don&#8217;t know when RestSharp 100 will run out of steam but something to keep in mind for the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/restsharp-100-released-belated-launch-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Features!</title>
		<link>http://restsharp.org/more-features/</link>
		<comments>http://restsharp.org/more-features/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 07:33:48 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[monotouch]]></category>
		<category><![CDATA[oauth]]></category>

		<guid isPermaLink="false">http://restsharp.org/more-features/</guid>
		<description><![CDATA[A lot of features have landed lately. I feel so fortunate to have such a great community of developers contributing to the project. Don&#8217;t believe everything you hear about the .NET open source community! Here&#8217;s an overview of what&#8217;s new: oAuth 1 Support Daniel Crenna ported Hammock&#8216;s oAuth implementation into a nice oAuth1Authenticator for RestSharp. [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of features have landed lately. I feel so fortunate to have such a great community of developers contributing to the project. Don&#8217;t believe everything you hear about the .NET open source community!</p>
<p>Here&#8217;s an overview of what&#8217;s new:</p>
<h3>oAuth 1 Support</h3>
<p><a href="http://twitter.com/danielcrenna">Daniel Crenna</a> ported <a href="http://hammock.codeplex.com">Hammock</a>&#8216;s oAuth implementation into a nice oAuth1Authenticator for RestSharp. I&#8217;ll be updating the documentation soon, but for now you can check out some <a href="https://github.com/johnsheehan/RestSharp/blob/master/RestSharp.IntegrationTests/oAuth1Tests.cs">sample usage examples in this test</a>. Props to Daniel for this much needed addition.</p>
<h3>AddFile support for async requests and better file upload handling</h3>
<p><a href="https://github.com/ayoung">Andrew Young</a> and <a href="https://github.com/jonfuller">Jon Fuller</a> have totally overhauled the handling of file uploads including adding support for multipart forms in async requests. Since I did not want to tackle this myself, I&#8217;m VERY appreciative of their efforts.</p>
<h3>Added RestClient.FollowRedirects and RestClient.MaxRedirects</h3>
<p>At the request of <a href="http://twitter.com/bkaid">Brandon Kaid</a> I added access to the underlying HttpWebRequest.AllowAutoRedirect and HttpWebRequest.MaximumAutomaticRedirections properties via two properties on RestClient: FollowRedirects and MaxRedirects.</p>
<h3>MonoTouch Support Added</h3>
<p><a href="http://about.me/kevinmcmahon">Kevin McMahon</a> worked out the kinks and got MonoTouch added. Thanks Kevin!</p>
<p>These are all great features on the march to the first release, which is (for real) just around the corner. It will be called RestSharp 100 Continue. Whenever the next release is, it will be called RestSharp 200 OK. Not sure how sustainable that is, but I&#8217;m going with it for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/more-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow up to &#8216;Different Root on Error&#8217; changes</title>
		<link>http://restsharp.org/follow-up-to-different-root-on-error-changes/</link>
		<comments>http://restsharp.org/follow-up-to-different-root-on-error-changes/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 03:46:58 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/follow-up-to-different-root-on-error-changes/</guid>
		<description><![CDATA[In the process of implementing the changes described in this earlier post, I came upon what I think is a much more useful design that could be the start to more changes like this in the future. Instead of ErrorCondition and ErrorRootElement, which are too narrow to be useful outside of specific scenarios, I&#8217;ve changed [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of implementing the changes described <a href="http://restsharp.org/new-deserialization-feature-different-root-on-error/">in this earlier post</a>, I came upon what I think is a much more useful design that could be the start to more changes like this in the future. Instead of ErrorCondition and ErrorRootElement, which are too narrow to be useful outside of specific scenarios, I&#8217;ve changed it to work like the following instead:</p>
<pre>var client = new RestClient(BaseUrl);
var request = new RestRequest(&quot;BadUrl&quot;);
request.RootElement = &quot;Success&quot;;
request.OnBeforeDeserialization = resp =&gt;
{
    if(resp.StatusCode == HttpStatusCode.BadRequest)
    {
        request.RootElement = &quot;Error&quot;;
    }
};

var restResponse = client.Execute&lt;RestResponse&gt;(request);
// Write(restResponse.Message);</pre>
<p>This gives you complete control to react to any response payload and adjust deserialization and other settings accordingly.</p>
<h3>Release Update</h3>
<p>While we&#8217;re here, an update on where things are at. The emergence of NuGet has pushed me to change my mind on releases and I&#8217;d like to get a 1.0 out. oAuth has been the big blocker here, but thanks to an idea from <a href="http://twitter.com/danielcrenna">Daniel Crenna</a> I think I&#8217;ve got a workable approach to get that in without having to try to shoehorn everything into an oAuthAuthenticator. That&#8217;s the last major hurdle to a first release. Once I&#8217;ve got the oAuthHelper implemented and a couple more issues from the issue tracker taken care of, there will be an official &#8216;RestSharp Release 1&#8242;. </p>
<p><strong>If you have any </strong><a href="http://groups.google.com/group/restsharp"><strong>feature requests</strong></a><strong> or </strong><a href="https://github.com/johnsheehan/RestSharp/issues"><strong>bugs</strong></a><strong>, now is the time to get them in the system. If you&#8217;re not sure if it&#8217;s a bug or not, </strong><a href="http://groups.google.com/group/restsharp"><strong>start with the Google Group</strong></a><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/follow-up-to-different-root-on-error-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Deserialization Feature: Different Root on Error</title>
		<link>http://restsharp.org/new-deserialization-feature-different-root-on-error/</link>
		<comments>http://restsharp.org/new-deserialization-feature-different-root-on-error/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 06:59:44 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/new-deserialization-feature-different-root-on-error/</guid>
		<description><![CDATA[Some APIs out there return different schemas when an error is encountered. Using the default deserializers and their direct mappings to a single schema it can be difficult to handle these situations. Because error conditions vary so widely, we needed a way to let you specify them for each request. I&#8217;ve checked in a change [...]]]></description>
			<content:encoded><![CDATA[<p>Some APIs out there return different schemas when an error is encountered. Using the default deserializers and their direct mappings to a single schema it can be difficult to handle these situations. Because error conditions vary so widely, we needed a way to let you specify them for each request. I&#8217;ve <a href="https://github.com/johnsheehan/RestSharp/commit/123569ff982fe5e4fed7f9db7e0e634c066407ee">checked in a change tonight to accomplish this</a>. This only exists in the desktop framework sync methods right now, but I wanted to show it off and get feedback. </p>
<p>Here&#8217;s what it looks like:</p>
<pre>var client = new RestClient(BaseUrl);
var request = new RestRequest(&quot;BadUrl&quot;);
request.RootElement = &quot;Success&quot;;
request.ErrorRootElement = &quot;Error&quot;;
request.ErrorCondition = resp =&gt;
{
    return resp.StatusCode == HttpStatusCode.BadRequest;
};

var restResponse = client.Execute&lt;RestResponse&gt;(request);
// Write(restResponse.Message);

-- RestResponse.cs --
public class RestResponse
{
    public string Message { get; set; }
}</pre>
<p>If ErrorCondition returns true, the deserialization will start from a root element named Error. If everything works and there are no errors, deserialization will start from Success. You&#8217;ll still have to pack everything into a single class. I may add another overload to like Execute&lt;TSuccess, TError&gt;(request).</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/new-deserialization-feature-different-root-on-error/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New RestSharp Discussion Group</title>
		<link>http://restsharp.org/new-restsharp-discussion-group/</link>
		<comments>http://restsharp.org/new-restsharp-discussion-group/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 07:44:46 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/new-restsharp-discussion-group/</guid>
		<description><![CDATA[As RestSharp grows, there&#8217;s increasingly a need for a place to discuss things that aren&#8217;t quite feature requests or bugs that would go into the GitHub issue tracker. To facilitate these conversations, I&#8217;ve created a new Google Group for RestSharp. Currently there&#8217;s only one thread (and its a good one about async that you should [...]]]></description>
			<content:encoded><![CDATA[<p>As RestSharp grows, there&#8217;s increasingly a need for a place to discuss things that aren&#8217;t quite feature requests or bugs that would go into the GitHub issue tracker. To facilitate these conversations, I&#8217;ve created a <a href="http://groups.google.com/group/restsharp">new Google Group for RestSharp</a>. Currently there&#8217;s only one thread (and its a good one about async that you should chime in on) but I hope to have more as more people get involved and a direction for the project needs to be hashed out more.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/new-restsharp-discussion-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How important is Windows Phone 7 and Silverlight support to you?</title>
		<link>http://restsharp.org/how-important-is-windows-phone-7-and-silverlight-support-to-you/</link>
		<comments>http://restsharp.org/how-important-is-windows-phone-7-and-silverlight-support-to-you/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 07:41:34 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/how-important-is-windows-phone-7-and-silverlight-support-to-you/</guid>
		<description><![CDATA[Since I have limited time to dedicate to RestSharp, I find it hard to get motivated to support things I don&#8217;t use like Windows Phone 7 and Silverlight. Is support for these platforms important to you? Are you currently using RestSharp with SL or WP7? Please answer in the comments. To be clear, no decision [...]]]></description>
			<content:encoded><![CDATA[<p>Since I have limited time to dedicate to RestSharp, I find it hard to get motivated to support things I don&#8217;t use like Windows Phone 7 and Silverlight. Is support for these platforms important to you? Are you currently using RestSharp with SL or WP7? Please answer in the comments.</p>
<p>To be clear, no decision has been made, I just want some data to help set priorities. </p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/how-important-is-windows-phone-7-and-silverlight-support-to-you/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Silverlight and Windows Phone 7 Now Supported</title>
		<link>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/</link>
		<comments>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:47:10 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[wp7dev]]></category>

		<guid isPermaLink="false">http://restsharp.org/silverlight-and-windows-phone-7-now-supported/</guid>
		<description><![CDATA[I&#8217;ve added support for Silverlight 4 and Windows Phone 7 to RestSharp. Please try it out and report back any errors or other feedback you have. You can download the latest revision here. Here&#8217;s an example: var client = new RestClient(&#34;http://example.com&#34;); var request = new RestRequest(&#34;resource&#34;, Method.POST); client.ExecuteAsync&#60;Resource&#62;(request, (response) =&#62; { var resource = response.Data; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added support for Silverlight 4 and Windows Phone 7 to RestSharp. Please try it out and report back any errors or other feedback you have. You can <a href="http://github.com/johnsheehan/RestSharp/archives/master">download the latest revision here</a>.</p>
<p>Here&#8217;s an example:</p>
<pre>var client = new RestClient(&quot;http://example.com&quot;);
var request = new RestRequest(&quot;resource&quot;, Method.POST);

client.ExecuteAsync&lt;Resource&gt;(request, (response) =&gt; {
    var resource = response.Data;
});</pre>
<p>As a side note, the core library is also now set to use the Client Profile by default. The Async methods from Silverlight/WP7 are also available in the core library as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/silverlight-and-windows-phone-7-now-supported/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The State of RestSharp as of June 2010</title>
		<link>http://restsharp.org/the-state-of-restsharp-as-of-june-2010/</link>
		<comments>http://restsharp.org/the-state-of-restsharp-as-of-june-2010/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 07:09:11 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/the-state-of-restsharp-as-of-june-2010/</guid>
		<description><![CDATA[On Releases I know it&#8217;s very cliché of .NET open source projects to be perpetually unreleased but I&#8217;ve sort of come to like not having a release. In the current state of the project, there&#8217;s a minimum level of involvement in order to use RestSharp. Having a slightly higher bar for using it tends to [...]]]></description>
			<content:encoded><![CDATA[<h3>On Releases</h3>
<p>I know it&#8217;s very cliché of .NET open source projects to be perpetually unreleased but I&#8217;ve sort of come to <em>like</em> not having a release. In the current state of the project, there&#8217;s a minimum level of involvement in order to use RestSharp. Having a slightly higher bar for using it tends to limit use to 1) people that know how to report bugs 2) people more willing to contribute back and 3) people less likely to need a lot of help. These three things really make it a low-maintenance project, which is nice because sometimes I&#8217;m pretty busy.</p>
<p>I previously wanted to release fast and furious with quick updates after 1.0. Now, I&#8217;m taking my time to get 1.0 rounded out better. I&#8217;ve reprioritized oAuth (in progress), Silverlight (mostly done) and Windows Phone 7 support (not started) for 1.0.</p>
<p>However, you may not have to wait too much longer because of some things I can&#8217;t yet discuss that are giving me some more time to work on RestSharp. Stay tuned.</p>
<p><strong>On Documentation</strong></p>
<p>If you&#8217;ve previously checked out RestSharp then written it off because you couldn&#8217;t figure it out and there were no docs, I&#8217;ve <a href="http://wiki.github.com/johnsheehan/RestSharp/">written a lot of documentation since then</a>. If you have a chance, read through it and let me know what&#8217;s missing.</p>
<p><strong>On &quot;Competition&quot;</strong></p>
<p>There are some other .NET REST Clients that have either recently launched or are somewhere around the corner. The most interesting development is Microsoft&#8217;s re-entry into the problem space with their upcoming REST updates to WCF being spearheaded by Glenn Block (of MEF fame). I&#8217;m honored to hear that the WCF team has evaluated RestSharp and best I can tell doesn&#8217;t hate it. I would <em><strong>love</strong> </em>for a proper REST client (or even HTTP client) to be included in the framework and eliminate the need for RestSharp. I&#8217;ll be keeping an eye out for what they develop and rest assured if it doesn&#8217;t meet my standards, RestSharp isn&#8217;t going anywhere. If it does, then I&#8217;ll re-evaluate things then. Either way, I&#8217;m glad to see increased interest in REST from MS and other developers. The more the merrier!</p>
<p><strong>On Pure REST vs. Mainstream REST</strong></p>
<p>RestSharp is very much situated in the &quot;Mainstream REST&quot; (aka Web API) category. Almost to the point where I wish I hadn&#8217;t included &#8216;REST&#8217; in the name. When I started I had no idea what a rabbit hole pure REST is. I don&#8217;t mean that in a bad way, just it&#8217;s more complicated than my original understanding. I am attempting to keep an ear to the REST purists to gain inspiration for how things should work. However, my #1 goal is to get things done and since most of the APIs I work with also fall into the mainstream REST category, that will continue to be my focus for RestSharp.</p>
<p><strong>On Community</strong></p>
<p>When I started this little project I never imagined that anyone else would like it, let alone use it, let alone contribute to it or write blog posts about it. For all of those people listed in the <a href="http://wiki.github.com/johnsheehan/RestSharp/acknowledgements">Acknowledgements</a> and <a href="http://wiki.github.com/johnsheehan/RestSharp/restsharp-blog-postslinks">blog posts list</a>, thank you for your support of RestSharp. We&#8217;re over <a href="http://github.com/johnsheehan/RestSharp">100 watchers+forks on GitHub</a> and almost <a href="http://twitter.com/RestSharp">150 followers on Twitter</a>. RestSharp was even <a href="http://github.com/blog/645-github-rebase-42">featured on the GitHub blog</a>. Your contributions have made it a better library and an even more fun project to work on! Thank you everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/the-state-of-restsharp-as-of-june-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Herding Code talks RestSharp (and more)</title>
		<link>http://restsharp.org/herding-code-talks-restsharp-and-more/</link>
		<comments>http://restsharp.org/herding-code-talks-restsharp-and-more/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 21:30:08 +0000</pubDate>
		<dc:creator>John Sheehan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://restsharp.org/herding-code-talks-restsharp-and-more/</guid>
		<description><![CDATA[I was recently a guest on the Herding Code podcast to talk about RestSharp. The episode also covers my new job at Twilio, the .NET OSS landscape and me mentioning Bing two too many times. You can listen to the episode here.]]></description>
			<content:encoded><![CDATA[<p>I was recently a guest on the Herding Code podcast to talk about RestSharp. The episode also covers my new job at <a href="http://twilio.com" target="_blank">Twilio</a>, the .NET OSS landscape and me mentioning Bing two too many times. You can <a href="http://herdingcode.com/?p=244" target="_blank">listen to the episode here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://restsharp.org/herding-code-talks-restsharp-and-more/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

