<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Documenting webapi with Swagger	</title>
	<atom:link href="https://blog.boro2g.co.uk/documenting-webapi-with-swagger/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.boro2g.co.uk/documenting-webapi-with-swagger/</link>
	<description>Some ideas about coding, dev and all things online.</description>
	<lastBuildDate>Thu, 23 Feb 2017 16:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: James		</title>
		<link>https://blog.boro2g.co.uk/documenting-webapi-with-swagger/#comment-597154</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 16:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=647#comment-597154</guid>

					<description><![CDATA[Thanks Boro.  I figured out that I need kick swagger off at the same (just after) I register the WebApi routes - i.e. in pipeline processor.  However I now get the following error when trying to access my docs - 

&quot;ExceptionMessage&quot;:&quot;Not supported by Swagger 2.0: Multiple operations with path &#039;sitecore/shell/api/ct/Action/Review&#039;

Is there a way to tell swagger to only document certain controller (or certain routes)?]]></description>
			<content:encoded><![CDATA[<p>Thanks Boro.  I figured out that I need kick swagger off at the same (just after) I register the WebApi routes &#8211; i.e. in pipeline processor.  However I now get the following error when trying to access my docs &#8211; </p>
<p>&#8220;ExceptionMessage&#8221;:&#8221;Not supported by Swagger 2.0: Multiple operations with path &#8216;sitecore/shell/api/ct/Action/Review&#8217;</p>
<p>Is there a way to tell swagger to only document certain controller (or certain routes)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: boro		</title>
		<link>https://blog.boro2g.co.uk/documenting-webapi-with-swagger/#comment-597153</link>

		<dc:creator><![CDATA[boro]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 14:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=647#comment-597153</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.boro2g.co.uk/documenting-webapi-with-swagger/#comment-597152&quot;&gt;James&lt;/a&gt;.

FYI this was in a standalone MVC project.

In the past when I&#039;ve used WebApi within Sitecore projects you still have access to the same WebApiConfig.cs config file (have a look in App_Start). Does this give you the hook you wanted?]]></description>
			<content:encoded><![CDATA[<p>FYI this was in a standalone MVC project.</p>
<p>In the past when I&#8217;ve used WebApi within Sitecore projects you still have access to the same WebApiConfig.cs config file (have a look in App_Start). Does this give you the hook you wanted?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://blog.boro2g.co.uk/documenting-webapi-with-swagger/#comment-597152</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 20:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=647#comment-597152</guid>

					<description><![CDATA[Are you doing this with Sitecore 8.2?  I&#039;m trying to figure out where to initialize swagger - any example pipeline methods would be useful thanks.]]></description>
			<content:encoded><![CDATA[<p>Are you doing this with Sitecore 8.2?  I&#8217;m trying to figure out where to initialize swagger &#8211; any example pipeline methods would be useful thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
