<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Vacuous Virtuoso &#187; API</title>
	<link>http://lipidity.com</link>
	<description>Despotic Development</description>
	<pubDate>Tue, 23 Dec 2008 06:24:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Digg API Cocoa framework</title>
		<link>http://lipidity.com/apple/digg-api-cocoa-framework/</link>
		<comments>http://lipidity.com/apple/digg-api-cocoa-framework/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 08:02:45 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Digg]]></category>

		<category><![CDATA[Download]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://dev.lipidity.com/apple/digg-api-cocoa-framework</guid>
		<description><![CDATA[I have been secretly preparing in my evil laboratory, a Cocoa framework that makes it ridiculously easy to use the recently-released <a href="http://dev.lipidity.com/apple/national-api-week">Digg API</a>.]]></description>
			<content:encoded><![CDATA[<p>A little sneak preview of some of the stuff you can do with it:</p>

<pre>
- (DiggObject *)fetchStoryWithID:(int)ID;
- (DiggObject *)fetchStoryWithTitle:(NSString *)name;
- (DiggObject *)fetchStoryWithURL:(NSString *)url;
- (NSMutableArray *)fetchStoriesForDomain:(NSString *)domain;
- (NSMutableArray *)fetchStoriesForTopic:(NSString *)topic;
- (NSMutableArray *)fetchStoriesForContainer:(NSString *)container;
- (NSMutableArray *)fetchStoriesSubmittedBy:(NSString *)user;
- (NSMutableArray *)fetchPopular;
- (NSMutableArray *)fetchRecent;
- (NSMutableArray *)fetchStories;
- (NSMutableArray *)fetchUpcoming;
</pre>

<p>It&#8217;s also just as easy to set the options or parameters that you would like to call the query with:</p>

<pre>
-(void)setAppkey:(NSString *)newAppkey;
-(NSString *)appkey;

-(NSString *)proxy;
-(void)setProxy:(NSString *)newProxy;

-(BOOL)single;
-(void)setSingle:(BOOL)newSingle;

-(int)count;
-(void)setCount:(int)newCount;

-(int)offset;
-(void)setOffset:(int)newOffset;

-(int)total;

-(NSString *)domain;
-(void)setDomain:(NSString *)newDomain;

-(NSString *)sortBy;
-(void)setSortBy:(NSString *)newSort;

-(NSString *)status;
- (void)setStatus:(NSString *)newStatus;

- (NSString *)minSubmitDate;
- (void)setMinSubmitDate:(NSString *)newMinSubmitDate;

- (NSString *)maxSubmitDate;
- (void)setMaxSubmitDate:(NSString *)newMaxSubmitDate;

- (NSString *)minPromoteDate;
- (void)setMinPromoteDate:(NSString *)newMinPromoteDate;

- (NSString *)maxPromoteDate;
- (void)setMaxPromoteDate:(NSString *)newMaxPromoteDate;
</pre>

<p>Currently the focus is on fetching stories, but fetching information for users, events (Diggs and comments), topics and containers will be written in shortly.</p>

<p>The only major thing lacking now is people to use the framework!</p>

<p>If you&#8217;re interested, drop a comment below and I&#8217;ll provide you with the necessary ammunition to create, fetch, parse and utilize Digg API calls with the ease of regular Objective-C Cocoa methods.</p>

<p>The official release date will depend on the response from the initial testers, so what are you waiting for? Ask me for a copy!</p>
]]></content:encoded>
			<wfw:commentRss>http://lipidity.com/apple/digg-api-cocoa-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track Dugg stories for your domain</title>
		<link>http://lipidity.com/web/track-dugg-stories-for-your-domain/</link>
		<comments>http://lipidity.com/web/track-dugg-stories-for-your-domain/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 07:07:15 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Digg]]></category>

		<guid isPermaLink="false">http://dev.lipidity.com/feature/track-dugg-stories-for-your-domain</guid>
		<description><![CDATA[I can finally talk about it! Yes, sir, <a href="http://apidoc.digg.com/">the Digg API</a> has officially been released.

I've been playing around with it for a few weeks now, so already got a a little mini app together using the Digg API. It's a Dugg story tracking service that creates an RSS feed for the stories that have been Dugg for a particular domain. Essentially, all you have to do is type in a domain or subdomain, and subscribe to the resulting feed that you're presented with. Easy.]]></description>
			<content:encoded><![CDATA[<p><a href='http://digg.lipidity.com/dugg/' title='Digg API Tracking service'><img src='http://dev.lipidity.com/wp-content/uploads/2007/04/diggapi.png' alt='Digg API Tracking service' /></a></p>

<p>See it in action <a href="http://digg.lipidity.com/dugg/" title="Dugg stories tracking service">here</a>.</p>

<p>If anyone has any ideas for a name, that would be very helpful!</p>

<p>This is the best way to stay up-to-date with the Digg status of your site. More accurate and informative than subscribing to a search, with using the just-released Digg API.</p>

<p>Feature-requests are welcome. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://lipidity.com/web/track-dugg-stories-for-your-domain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>National API week</title>
		<link>http://lipidity.com/apple/national-api-week/</link>
		<comments>http://lipidity.com/apple/national-api-week/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 08:01:06 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Digg]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://dev.lipidity.com/apple/national-api-week</guid>
		<description><![CDATA[Two very important APIs were released this week. One is web-based, the other is Mac-based.]]></description>
			<content:encoded><![CDATA[<h3>Digg</h3>

<p>There have been <a href="http://serverboy.net/wiki/Digg">attempts</a> at figuring out the usage of the still-unreleased Digg <abbr title="Application Programming Interface">API</abbr>. However, Digg are yet to release their official <abbr title="Application Programming Interface">API</abbr>.</p>

<p>The staff at Digg were very kind in letting certain people have a play with the <abbr title="Application Programming Interface">API</abbr> before its release, and it&#8217;s looking to be, to put it bluntly, quite excellent. A lot of Digg plugins and services are going to be either made obsolete, or very happy with all the new possibilities that will be&#8230; well, possible!<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup></p>

<p>For example, Lorelle talks about <a href="http://lorelle.wordpress.com/2007/02/24/digg-this-feature-on-wordpresscom-blogs/">keeping track</a> of your Dugg posts by subscribing to the search results RSS. This is only possible if you search for the past 7 or 30 days, and it doesn&#8217;t give you much information about the status, comments or diggs received on your posts. With the Digg <abbr title="Application Programming Interface">API</abbr>, this&#8217;ll be figuratively (because too many people use the word &#8216;literally&#8217; figuratively) a breeze.</p>

<p><abbr title="Application Programming Interface">API</abbr>&#8217;s are important, because they give people the opportunity to extend and use an application or service in a way that they like. A world without <abbr title="Application Programming Interface">API</abbr> is like Xcode without Cocoa or Carbon, or like the Mac without Applescript. An <abbr title="Application Programming Interface">API</abbr> helps to let the user do what they like, and it&#8217;s fun!</p>

<p>So web developers, start your engines for the Digg <abbr title="Application Programming Interface">API</abbr>&#8230;</p>

<h3>Google &amp; Cocoa</h3>

<p>It may be <abbr title="Application Programming Interface">API</abbr> week or something, because Google have also conjured up an open source <abbr title="Application Programming Interface">API</abbr> for Mac developers to use Google data. The <a href="http://code.google.com/p/gdata-objectivec-client/">Google Data APIs Objective-C Library</a> is a framework<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup> that enables the use of Google data <abbr title="Application Programming Interface">API</abbr>&#8217;s within Objective C.</p>

<p>Greg Robbins posted some examples of this <abbr title="Application Programming Interface">API</abbr> at the <a href="http://googlemac.blogspot.com/2007/04/google-data-apis-connect-cocoa.html">Google Mac blog</a>. Currently you can work with Google Calendar, Google Base, Google Spreadsheets and access to more services is in development. It seems to be a very nice framework, and I&#8217;m looking forward to seeing third party use of this.</p>

<p>That seems to round off <abbr title="Application Programming Interface">API</abbr> week. Any thoughts?</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>As you can probably tell, it&#8217;s hard to talk about something like this without giving too much away. You&#8217;ll get it when you see it.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

<li id="fn:2">
<p>It claims to support <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/"><abbr title="Key-Value Coding">KVC</abbr></a> as well. I&#8217;m glad Google are getting into Mac development.&#160;<a href="#fnref:2" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lipidity.com/apple/national-api-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Digg API</title>
		<link>http://lipidity.com/news/new-digg-api/</link>
		<comments>http://lipidity.com/news/new-digg-api/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 05:27:55 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Digg]]></category>

		<category><![CDATA[gregarious]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dev.lipidity.com/wordpress/new-digg-api</guid>
		<description><![CDATA[Digg have finally officially released their Digg button API. I&#8217;ll be working to get the new features into Gregarious as well as finally adding support for videos. Stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>Digg have finally officially released their <a href="http://digg.com/tools/integrate">Digg button API</a>. I&#8217;ll be working to get the new features into <a href="http://dev.lipidity.com/feature/wp-plugin-gregarious">Gregarious</a> as well as finally adding support for videos. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://lipidity.com/news/new-digg-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
