<?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>vokoder fm developer api documentation</title>
	<atom:link href="http://developers.vokoder.fm/feed/" rel="self" type="application/rss+xml" />
	<link>http://developers.vokoder.fm</link>
	<description>Developer knowledge base wiki</description>
	<lastBuildDate>Sat, 17 Apr 2010 23:46:13 +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>VKFM REST API Quick Start Guide</title>
		<link>http://developers.vokoder.fm/restful-api/vokoder-fm-rest-api-quick-start-guide/</link>
		<comments>http://developers.vokoder.fm/restful-api/vokoder-fm-rest-api-quick-start-guide/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 23:30:21 +0000</pubDate>
		<dc:creator>joey</dc:creator>
				<category><![CDATA[REST API]]></category>
		<category><![CDATA[quick start guide]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>

		<guid isPermaLink="false">http://developers.vokoder.fm/?p=26</guid>
		<description><![CDATA[How to use the Vokoder API

Register your application and get an API Key
Make Authenticated REST API Requests

Registering An Application
Make sure you are logged in, and then navigate to http://vokoder.fm/developers from there you can enter in the necessary information about your application and obtain an Application API Key.
Why do I need to register?
Registering your application creates [...]]]></description>
			<content:encoded><![CDATA[<h2>How to use the Vokoder API</h2>
<ol>
<li>Register your application and get an API Key</li>
<li>Make Authenticated REST API Requests</li>
</ol>
<h2>Registering An Application</h2>
<p>Make sure you are logged in, and then navigate to http://vokoder.fm/developers from there you can enter in the necessary information about your application and obtain an Application API Key.</p>
<h2>Why do I need to register?</h2>
<p>Registering your application creates a unique API Key, the API Key is used to validate the request you are making with the URI of your application.</p>
<p>This is used to prevent other applications from using the API incorrectly.</p>
<h2>The REST API Request Format</h2>
<p>The REST API is comprised of four components</p>
<ul>
<li>API Version</li>
<li>Application API Key</li>
<li>Data Request</li>
<li>Return Type</li>
</ul>
<p><strong>Structure:</strong> http://api.vokoder.fm/app/[version]/[apikey]/[request].[returnType]</p>
<p><strong>Example:</strong> http://api.vokoder.fm/app/0.5/0cas90fj932/search/tracks/money.json</p>
<blockquote><p>Example query for tracks titled “money” with the results returned in json</p></blockquote>
<h2>API Version</h2>
<p>It’s always a number, the first public version of the API is 0.5.</p>
<h2>Application API Key</h2>
<p>The key generated after you register your application, this is used to tie your application request to a referring URL to ensure the request is coming from your application.</p>
<h2>API Request</h2>
<p>The data request from the application server</p>
<h2>Return Type</h2>
<p>Either JSON or XML, we’ll also fully document the error codes so you can gracefully handle error requests.</p>
]]></content:encoded>
			<wfw:commentRss>http://developers.vokoder.fm/restful-api/vokoder-fm-rest-api-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript API Quick Media Player Mode</title>
		<link>http://developers.vokoder.fm/javascript-api/javascript-quick-media-player-mode/</link>
		<comments>http://developers.vokoder.fm/javascript-api/javascript-quick-media-player-mode/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 23:14:26 +0000</pubDate>
		<dc:creator>joey</dc:creator>
				<category><![CDATA[JavaScript API]]></category>

		<guid isPermaLink="false">http://developers.vokoder.fm/?p=18</guid>
		<description><![CDATA[start it up
]]></description>
			<content:encoded><![CDATA[<p>start it up</p>
]]></content:encoded>
			<wfw:commentRss>http://developers.vokoder.fm/javascript-api/javascript-quick-media-player-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://developers.vokoder.fm/updates/hello-world/</link>
		<comments>http://developers.vokoder.fm/updates/hello-world/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 20:22:15 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://developers.vokoder.fm/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://developers.vokoder.fm/updates/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

