<?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>Niall's Weblog &#187; web api</title>
	<atom:link href="http://niallohiggins.com/tag/web-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://niallohiggins.com</link>
	<description>The website of Niall O'Higgins: A few, immature words</description>
	<lastBuildDate>Wed, 17 Feb 2010 18:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Python Twitter Search API Crawler Class</title>
		<link>http://niallohiggins.com/2009/09/27/simple-python-twitter-search-api-crawler-class/</link>
		<comments>http://niallohiggins.com/2009/09/27/simple-python-twitter-search-api-crawler-class/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 23:55:54 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web api]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=579</guid>
		<description><![CDATA[I&#8217;ve been getting into Twitter (I&#8217;m @niallohiggins btw) a bit recently.  One of the things I wanted to do was write a little program to periodically search for a specific tag and then process the results.  The Twitter Search API is very easy to use, even if there are some annoying issues.
Here is [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/09/27/simple-python-twitter-search-api-crawler-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search by product name with Best Buy API</title>
		<link>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/</link>
		<comments>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/#comments</comments>
		<pubDate>Fri, 22 May 2009 05:21:37 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[best buy]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[web api]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=519</guid>
		<description><![CDATA[
I&#8217;ve been playing with the recently-released HTTP API for accessing the Best Buy product catalog.  While its a little strange to use at first, its actually pretty useful.  One of the things I am interested in is online retail, specifically how to make Internet shopping easier.  Lets imagine I am looking for [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pylons tip #1 &#8211; RESTful Web API decorators</title>
		<link>http://niallohiggins.com/2008/10/21/pylons-tip-1-restful-web-api-decorators/</link>
		<comments>http://niallohiggins.com/2008/10/21/pylons-tip-1-restful-web-api-decorators/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 06:15:29 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[web api]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=61</guid>
		<description><![CDATA[I&#8217;ve been playing around with implementing REST-ful HTTP APIs under Pylons recently.  Something I find myself doing frequently is writing code to restrict the allowed methods for a given URL.  For example, a read-only service should generally only allow GET actions while a write service should generally require POST.  Its easy to [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2008/10/21/pylons-tip-1-restful-web-api-decorators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
