<?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>REST Api &#8211; Hyrule Monk</title>
	<atom:link href="https://rinoymjoseph.github.io/tag/rest-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://rinoymjoseph.github.io/</link>
	<description></description>
	<lastBuildDate>Wed, 09 Aug 2023 13:37:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3</generator>

<image>
	<url>https://rinoymjoseph.github.io/wp-content/uploads/2023/07/iobeez-144px.png</url>
	<title>REST Api &#8211; Hyrule Monk</title>
	<link>https://rinoymjoseph.github.io/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>REST Api in Go using Gorilla/Mux</title>
		<link>https://rinoymjoseph.github.io/rest-api-in-go-using-gorilla-mux/</link>
		
		<dc:creator><![CDATA[rinoy]]></dc:creator>
		<pubDate>Mon, 07 Aug 2023 13:38:56 +0000</pubDate>
				<category><![CDATA[Go]]></category>
		<category><![CDATA[REST Api]]></category>
		<guid isPermaLink="false">https://rinoymjoseph.github.io/?p=587</guid>

					<description><![CDATA[This post explains how to develop REST APIs in Go language using Gorilla Mux Gorilla Mux is a package from the Gorilla Web Toolkit. It provides simple ways to create HTTP routers. Using the package, we can redirect program flow to respective HTTP handler functions. Create a directory for the project Initialize a go project ... <a title="REST Api in Go using Gorilla/Mux" class="read-more" href="https://rinoymjoseph.github.io/rest-api-in-go-using-gorilla-mux/" aria-label="More on REST Api in Go using Gorilla/Mux">Read more</a>]]></description>
		
		
		
			</item>
	</channel>
</rss>
