<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>API Evangelist</title>
    <link>http://blog.apievangelist.com/</link>
    <description>These are latest posts from API Evangelist</description>	
    					
	    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ApiEvangelist" /><feedburner:info uri="apievangelist" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ApiEvangelist</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
	       <title><![CDATA[Ember, Angular, Backbone, Single Page Applications and APIs]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/NzCBEP2qEpE/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.slideshare.net/3scale/the-api-and-appification-of-the-web" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/single-page-applications/single-page-web-applications.png" alt="" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I was looking through &lt;a href="http://www.slideshare.net/3scale/the-api-and-appification-of-the-web"&gt;Steve Willmott's slide deck&lt;/a&gt; from his talk at &lt;a title="GlueCon" href="http://www.gluecon.com/"&gt;GlueCon&lt;/a&gt; this week, called &lt;a href="http://www.slideshare.net/3scale/the-api-and-appification-of-the-web"&gt;The API- &amp;amp; App-ification of the Web&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;He talks about the evolution towards Single Page Web Applications (SPA).  Which is the migration &lt;span class="GINGER_SOFATWARE_correct"&gt;from&lt;/span&gt; static web pages and database driven web apps to dynamically driven HTML, CSS and JavaScript apps designed using popular JavaScript frameworks and libraries like:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://emberjs.com/"&gt;Ember&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt; - Ember&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt; is an open-source client-side JavaScript web application framework based on the model-view-controller (MVC) software architectural pattern. It allows developers to create scalable single-page applications&lt;span class="GINGER_SOFATWARE_correct"&gt;[&lt;/span&gt;1] by incorporating common idioms and best practices into a framework that provides a rich object model, declarative two-way data binding, computed properties, automatically-updating templates powered by Handlebars&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt;, and a router for managing application state&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://angularjs.org/"&gt;Angular&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt; - AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running what &lt;span class="GINGER_SOFATWARE_correct"&gt;are known&lt;/span&gt; as single-page applications. Its goal is to augment browser-based applications with model&amp;ndash;view&amp;ndash;controller (MVC) capability, in an effort to make both development and testing easier.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://backbonejs.org/"&gt;Backbone&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt; - Backbone&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt; gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Single page applications have benefits like speed, no page reloads, mobile optimization, real-time pushes, notifications and they just look &lt;span class="GINGER_SOFATWARE_correct"&gt;freak'n&lt;/span&gt; cool.  But there are also downsides like needing some healthy JavaScript talent to maintain, SEO issues and a general deviation from the linked, document driven web we are used to.&lt;/p&gt;
&lt;p&gt;The popularity of frameworks and libraries like Ember, Angular and Backbone, and the Single Page Application approach isn't something just developers are noticing.  Some top platforms are seeing the potential, and providing code and toolkits for integrating using Ember, Angular and Backbone:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;At &lt;strong&gt;&lt;a href="http://crowdflower.com/"&gt;Crowdflower&lt;/a&gt;&lt;/strong&gt; with&amp;nbsp;&lt;a href="http://blog.crowdflower.com/2013/04/ember-js-at-crowdflower/"&gt;Ember&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt; at CrowdFlower&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;At &lt;strong&gt;&lt;a href="https://www.firebase.com/"&gt;Firebase&lt;/a&gt;&lt;/strong&gt; with &lt;a href="https://www.firebase.com/blog/2013-03-29-firebase-bindings-for-angular.html"&gt;Firebase Bindings for Angular&lt;/a&gt; and &lt;a href="https://www.firebase.com/blog/2013-01-29-backfire-firebase-bindings-for-backbonejs.html"&gt;Firebase Bindings for Backbone&lt;span class="GINGER_SOFATWARE_correct"&gt;.&lt;/span&gt;&lt;span class="GINGER_SOFATWARE_correct"&gt;js&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;At &lt;a href="http://salesforce.com"&gt;Salesforce&lt;/a&gt; with&amp;nbsp;&lt;a href="http://blogs.developerforce.com/developer-relations/2013/03/using-javascript-with-force-com.html"&gt;Using JavaScript with Force.com&lt;/a&gt; &amp;amp; &lt;a href="http://blogs.developerforce.com/developer-relations/2013/04/html5-angularjs-backbone-mobile-service-packs.html"&gt;HTML5, Angular and Backbone Mobile Service Packs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With the popularity of JavaScript libraries and frameworks, and growing number of &lt;span class="GINGER_SOFATWARE_correct"&gt;SPAs&lt;/span&gt;, there is a huge opportunity for API providers to offer API driven libraries and widgets that are plug and play with frameworks like Angular and Ember, and are compatible with libraries like Backbone.&lt;/p&gt;
&lt;p&gt;As I monitor the API space I will continue looking for examples of APIs doing interesting things with Ember, Angular and Backbone. Let me know if you see anything I should take a look at.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclosure: &lt;/strong&gt;&amp;nbsp;3Scale is an API Evangelist partner&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/NzCBEP2qEpE" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Thu, 23 May 2013 23:56:46 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/23/ember-angular-and-backbone-single-page-applications-and-apis/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/23/ember-angular-and-backbone-single-page-applications-and-apis/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[APIs in DFW]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/kRAfgq4jAx4/</link>
	       <description>&lt;p&gt;&lt;a title="DFW API Professional Meetup Group" href="http://www.meetup.com/DFW-API-Professionals/events/115600132/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/events/dfw-api-meetup-group/dfw-api-meetup-group.jpeg" border="0" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just got back from the Dallas-Fort Worth area. I visited Dallas last night to help kick off the first gathering of the DFW API Professionals Meetup.&lt;/p&gt;
&lt;p&gt;We got together at Microsoft around 6PM and I talked from 6:30 until 8:00, evolving on my &lt;a href="http://kinlane.github.io/talks/api-meetup-dallas-tx/web-to-programmableweb-to-programmableworld/index.html#/" target="_blank"&gt;From Web, to ProgrammableWeb to ProgrammableWorld&lt;/a&gt; talk.&lt;/p&gt;
&lt;p&gt;&lt;a title="TheRightAPI" href="http://www.therightapi.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/therightapi-logo-2.png" border="0" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The meetup was about 45 people ranging from developers to investors.  I showed up with a lot of content, but I wanted to make sure and cover the full API spectrum, while also introducing some new content about specifically about API consumption.&lt;/p&gt;
&lt;p&gt;During the event I had some time to get to know the &lt;a href="http://www.therightapi.com/"&gt;theRightAPI&lt;/a&gt;, &lt;a title="BAaS" href="http://www.proxomo.com/"&gt;Proxomo&lt;/a&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;a title="API Management" href="http://www.layer7tech.com/"&gt;Layer 7 Technologies&lt;/a&gt;&amp;nbsp;&lt;span&gt;and&amp;nbsp;&lt;/span&gt;&lt;a title="Tech Efficiency and Innovation" href="http://www.parivedasolutions.com/"&gt;Pariveda Solutions&lt;/a&gt; folks--while connecting with the rest of the meet up group members.&lt;/p&gt;
&lt;p&gt;&lt;a title="AT&amp;amp;T Foundry" href="https://www.foundry.att.com/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/att/att-foundry.png" border="0" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then, this morning theRightAPI crew brought me out to Plano, TX to the &lt;a title="AT&amp;amp;T Foundry" href="https://www.foundry.att.com/"&gt;AT&amp;amp;T Foundry&lt;/a&gt; (&lt;a href="https://twitter.com/attfoundry"&gt;@attfoundry&lt;/a&gt;), where I got to talk with Vincent Button (&lt;a href="https://twitter.com/vebutton"&gt;@vebutton&lt;/a&gt;) and Jennifer Conley (&lt;a href="https://twitter.com/jenniferconley"&gt;@jenniferconley&lt;/a&gt;).  I was a little blown away by what I saw.  It wasn't what I was used when visiting the campuses of big telco companies in the past.  The facility was something you associate with Silicon Valley and Bay Area. Open layout with a variety of people working on things ranging from voice solutions to the internet of things.&lt;/p&gt;
&lt;p&gt;&lt;a title="Gravity Center" href="http://gravitycentredallas.com/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/gravity-center/gravity-center-logo.png" border="0" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Afterwards, Jennifer walked us up to the &lt;a title="Gravity Center" href="http://gravitycentredallas.com/"&gt;Gravity Center&lt;/a&gt;, which has been provided access to AT&amp;amp;T and Alcatel-Lucent resources to support multiple startups in the North Texas area.  I got to meet to the &lt;a title="Bookshout" href="http://bookshout.com/"&gt;BookShout&lt;/a&gt; team and hear about how they are navigating and working to change the book publishing space, while allowing people to discover books, and build social networks around books and authors.&lt;/p&gt;
&lt;p&gt;&lt;a title="Bookshout" href="http://bookshout.com/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/bookshout/bookshout-logo.png" border="0" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'm pretty impressed with what I saw in Texas in the last 48 hours.  I met some pretty tech savvy people building interesting startups, putting APIs to use in meaningful ways, and a community around them that is investing in what they are doing. While I was there, I saw all the same elements for startup success I see in Silicon Valley, but without much of the hype.&lt;/p&gt;
&lt;p&gt;I was stoked to be able to help kick off the DFW API Professionals Meetup Group.  I appreciate theRightAPI for bringing me out, and  Proxomo, Layer 7 and Pariveda Solutions for making it happen.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/kRAfgq4jAx4" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Wed, 15 May 2013 21:34:24 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/15/apis-in-dfw/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/15/apis-in-dfw/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Adding API Broker Under Monitoring for API Aggregators]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/-imaVUitO64/</link>
	       <description>&lt;p&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/payments-api-broker-spreedly.png" border="0" width="325" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;As I'm monitoring the API space I'm trying to create meaningful grouping for companies to belong when tracking API trends.  My groupings are sometimes in alignment with what we hear in the tech blogosophere, but other times I try new definitions to help expand my monitoring definition and see if I can identify emerging patterns like I'm seeing with &lt;a href="http://baas.apievangelist.com" title="Backend as a Service"&gt;BaaS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Each week I do a little more exploration in concept of &lt;a href="http://aggregation.apievangelist.com" title="API aggregation"&gt;API aggregation&lt;/a&gt;, and this week after &lt;a href="/2013/05/13/potential-for-api-aggregators-to-provide-valuable-industry-data/"&gt;studying payment API aggregator Spreedly&lt;/a&gt;, I'm considering adding a new, overlapping area with aggregation, called API brokers.  Let's see if I can make this work.&lt;/p&gt;
&lt;p&gt;API aggregators like &lt;a href="http://singly.com"&gt;Singly&lt;/a&gt; are providing personal data access to popular SaaS platforms by aggregating APIs.  You can pull a list of photos from Singly, for a user, and it could pull photos from Flickr, Instagram and Facebook.  This is pretty straightforward API Aggregation.&lt;/p&gt;
&lt;p&gt;Other providers like &lt;a href="http://temboo.com" title="Temboo"&gt;Temboo&lt;/a&gt;, provide this functionality but focus more on the API interoperability or as i call it &lt;a href="http://reciprocity.apievangelist.com" title="API reciprocity"&gt;API reciprocity&lt;/a&gt; side of things.  Temboo does aggregate multiple APIs like Singly, but focuses on providing interoperability as well as aggregation.  While Singly does to, there are differences in their approach.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://spreedly.com/"&gt;Spreedly&lt;/a&gt; has all the telltale signs of an API aggregator.  They allow you to program against 48 payment gateways in 71 countries.  It has aggregation, but rather than interoperability it seems to be about brokering transactions.  Spreedly can help you choose the gateway based upon location, cost and availability.  Which has all the elements of what I'd consider an API broker.&lt;/p&gt;
&lt;p&gt;I envision other new API brokers emerging, in niche areas like images, video or messaging.  Imagine if you could use Twilio, Tropo or other SMS API provider, but use through a broker who will give you the best availability and costs based upon various needs.  This type of API aggregation is not meant for providing users with access to multiple cloud silos via APIs, it is more about brokering API resources and establishing a marketplace.&lt;/p&gt;
&lt;p&gt;Not all APIs can be brokered, and maybe Spreedly is unique, but I bet I will find more of this behavior from other companies, once I start looking.  Let me know if you know of any companies who broker API resources in a similar way to Spreedly.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/-imaVUitO64" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Mon, 13 May 2013 14:50:21 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/13/adding-api-broker-under-monitoring-for-api-aggregators/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/13/adding-api-broker-under-monitoring-for-api-aggregators/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[The Dark Matter That Make APIs Work]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/Ud2UKsy7znQ/</link>
	       <description>&lt;p&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/dark-matter.jpeg" border="0" width="325" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;I encounter many enterprise folks who dismiss APIs as nothing more that just one of the technical building blocks of SOA.  Folks who, no matter how much I explain, will never see APIs beyond a technical specification and implementation.&lt;/p&gt;
&lt;p&gt;API Evangelist solely exists to shed light on not just the technology of APIs, but the equally important business and politics of the APIs.  It is the business and political building blocks that help the concept of API grow beyond just its technical roots.&lt;/p&gt;
&lt;p&gt;An API won't  find success just because you made a resource available via a URL. An API is successful because it is logically priced, possibly has revenue sharing, code samples to jumpstart integration and a support and resource network that a developer can tap into.  An API is successful because it is open and self-service, but sensibly secured, providing a terms of service that benefit API owners, and developers, while also protecting the interests of end users.&lt;/p&gt;
&lt;p&gt;APIs bring together a unique blend of technology, business and politics into a transparent, self-service mix that can foster innovation. As someone who is heavily invested at the enterprise scope, it can be difficult to see things through this lens sometimes.  You will need to upgrade your prescription with the eye doctor.&lt;/p&gt;
&lt;p&gt;Why "API" is working is not just a REST+JSON technical answer, there is a dark matter that binds the whole movement together, while also providing the right about of lubricant and oxygen necessary for innovation. In the enterprise you will often see this dark matter as governance, in the world of APIs it will have a lot of the same characteristics as your governance, but it is actually the exact opposite of governance.&lt;/p&gt;
&lt;p&gt;I don't expect to convert all you enterprise folks to see APIs like I do. I don't think you are equipped to view the dark matter that keep the API movement expanding and moving forward. You are focused on seeing things through another lense of control and about the extraction of value--a lense that will always prevent you from seeing the dark matter that makes APIs an evolution beyond SOA.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/Ud2UKsy7znQ" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Mon, 13 May 2013 13:01:01 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/13/the-dark-matter-that-make-apis-work/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/13/the-dark-matter-that-make-apis-work/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Potential for API Aggregators to Provide Valuable Industry Data]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/zkI8Pz3aoDo/</link>
	       <description>&lt;p&gt;&lt;a href="https://spreedly.com/"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/spreedly/spreedly-logo.png" border="0" width="225" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've been tracking on a trend in the API space that I call &lt;a href="http://aggregation.apievangelist.com/"&gt;API aggregation&lt;/a&gt;.  Companies like &lt;a href="http://singly.com" title="Singly"&gt;Singly&lt;/a&gt; and &lt;a href="http://www.adigami.com/" title="Adigami"&gt;Adigami&lt;/a&gt; are aggregating APIs into more meaningful API stacks, than any single API provider can deliver on their own.&lt;/p&gt;
&lt;p&gt;In my regular monitoring, I'm always on the hunt for examples of the benefits of API Aggregation, and last week I saw some pretty interesting payment gateway data being provided by payment API aggregator &lt;a href="http://spreedly.com" title="Payment API Aggregator"&gt;Spreedly&lt;/a&gt;--which definitely reflects the positive effects I'm looking to shine light on in the space. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://spreedly.com/"&gt;Spreedly is a cloud based credit card vault&lt;/a&gt; that allows you to work with one or multiple payment gateways over time or simultaneously, and has published some pretty interesting &lt;a href="http://blog.spreedly.com/2013/05/08/failed-transaction-rates-by-payment-gateways/"&gt;analysis of failed transaction rates across multiple payment gateways&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.spreedly.com/2013/05/08/failed-transaction-rates-by-payment-gateways/"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/spreedly/spreedly-success-failure-stats.png" border="0" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'll let you head over to Spreedly to &lt;a href="http://blog.spreedly.com/2013/05/08/failed-transaction-rates-by-payment-gateways/"&gt;read the analysis&lt;/a&gt;.  What I find interesting is that they are open to sharing this data with the public.  This type of information sharing by API aggregator providers is critical to the overall health of the space. I'm often frustrated by the lack of data that API providers share, because they so often are keeping their cards so close to their chest, trying to protect their valuable business data or often lack of business data.&lt;/p&gt;
&lt;p&gt;There is huge opportunity for API aggregators to share information about their experience with the common APIs they integrate and aggregate with.  The whole industry can learn from this, but also work its way back upstream to the payment API providers, providing them with insight into how their APIs are operating, but also provide benchmarks of where they stand with their competitors, good or bad.&lt;/p&gt;
&lt;p&gt;Let me know if you see any other examples of API aggregators sharing data like &lt;a href="http://spreedly.com" title="Payment API Aggregator"&gt;Spreedly&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/zkI8Pz3aoDo" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Mon, 13 May 2013 12:18:57 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/13/potential-for-api-aggregators-to-provide-valuable-industry-data/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/13/potential-for-api-aggregators-to-provide-valuable-industry-data/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[My Talk Tomorrow Night at the Dallas-Forth Worth API Professionals Meetup]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/RmQ5i6bu3Yk/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.meetup.com/DFW-API-Professionals/events/115600132/" title="DFW API Professional Meetup Group"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/events/dfw-api-meetup-group/dfw-api-meetup-group.jpeg" border="0" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After looking through the list of folks who have RSVP'd for the &lt;a href="http://www.meetup.com/DFW-API-Professionals/events/115600132/"&gt;DFW API Professionals Meetup in Dallas tomorrow night&lt;/a&gt;, it looks like an interesting mix of tech and business folk.  The tech group is definitely the larger, with a mix of mobile, web and enterprise.  The business folks look like a mix of VC, project manager, marketing and startups.&lt;/p&gt;
&lt;p&gt;I'm heading out to Dallas in the morning, and I am spending my afternoon preparing my talk.  When it comes to meetups, I like to wait until the last moment, see who has RSVP'd and shift my talk to being more tech, more business or more API 101 depending on the audience.   I like the mix of people I'm seeing RSVP'd for tomorrow night.&lt;/p&gt;
&lt;p&gt;I'm pulling together a talk from some of my regular material, but updating for what is going on right now.  Resulting in the following outline I'm calling, "From ProgrammableWeb to ProgrammableWorld":&lt;/p&gt;
&lt;table cellspacing="2" cellpadding="5" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;API Evangelist&lt;/li&gt;
&lt;li&gt;History of APIs&lt;/li&gt;
&lt;li&gt;API Management       
&lt;ul class="mainlist"&gt;
&lt;li&gt;What It Was&lt;/li&gt;
&lt;li&gt;Design&lt;/li&gt;
&lt;li&gt;Deployment&lt;/li&gt;
&lt;li&gt;Management&lt;/li&gt;
&lt;li&gt;Monetization&lt;/li&gt;
&lt;li&gt;Evangelism&lt;/li&gt;
&lt;li&gt;Community&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;API Consumption       
&lt;ul class="mainlist"&gt;
&lt;li&gt;What It Was&lt;/li&gt;
&lt;li&gt;Discovery&lt;/li&gt;
&lt;li&gt;Education&lt;/li&gt;
&lt;li&gt;Integration&lt;/li&gt;
&lt;li&gt;Monetization&lt;/li&gt;
&lt;li&gt;Operations&lt;/li&gt;
&lt;li&gt;Community&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;API Trends       
&lt;ul class="mainlist"&gt;
&lt;li&gt;Aggregation&lt;/li&gt;
&lt;li&gt;BaaS&lt;/li&gt;
&lt;li&gt;Reciprocity&lt;/li&gt;
&lt;li&gt;Real-time&lt;/li&gt;
&lt;li&gt;Voice&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ProgrammableWeb       
&lt;ul class="mainlist"&gt;
&lt;li&gt;Web&lt;/li&gt;
&lt;li&gt;Mobile&lt;/li&gt;
&lt;li&gt;Tablets&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ProgrammableWorld       
&lt;ul class="mainlist"&gt;
&lt;li&gt;Quantified-Self&lt;/li&gt;
&lt;li&gt;Automobile&lt;/li&gt;
&lt;li&gt;Buildings&lt;/li&gt;
&lt;li&gt;Sensors&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;In Closing&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;td width="33%" align="center" valign="top"&gt;
&lt;table style="padding-right: 20px; padding-top: 10px;" cellspacing="10" cellpadding="10" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="height: 150px;" align="center"&gt;&lt;a href="http://www.therightapi.com/" target="_blank" title="TheRightAPI"&gt;&lt;img src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/therightapi-logo-2.png" border="0" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="height: 150px;" align="center"&gt;&lt;a href="http://www.proxomo.com/" target="_blank" title="Proxomo"&gt;&lt;img src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/serviceproviders/Proxomo-Logo.png" border="0" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="height: 150px;" align="center"&gt;&lt;a href="http://www.layer7tech.com/" target="_blank" title="Layer 7 Technologies"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-service-providers/layer7-logo.png" border="0" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="height: 150px;" align="center"&gt;&lt;a href="http://www.parivedasolutions.com/" target="_blank" title="Pariveda Solutions"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/pariveda-solutions-logo.png" border="0" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As with all of my talks, I look forward to making it a conversation with the audience and hopefully shifting the discussion, further towards what Dallas-Forth worth folks are looking to understand and share within the API space.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://www.therightapi.com/"&gt;theRightAPI&lt;/a&gt; for pulling the event together and &lt;a href="http://www.proxomo.com/" title="BAaS"&gt;Proxomo&lt;/a&gt;, &lt;a href="http://www.layer7tech.com/" title="API Management"&gt;Layer 7 Technologies&lt;/a&gt; and &lt;a href="http://www.parivedasolutions.com/" title="Tech Efficiency and Innovation"&gt;Pariveda Solutions&lt;/a&gt; for sponsoring to make it all possible.  I look forward to seeing you all in Dallas, TX tomorrow evening.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/RmQ5i6bu3Yk" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Mon, 13 May 2013 11:00:06 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/13/my-talk-tomorrow-night-at-the-dallas-forth-worth-api-professionals-meetup/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/13/my-talk-tomorrow-night-at-the-dallas-forth-worth-api-professionals-meetup/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[The White House Releases An Open Data Strategy]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/88EmL_BExRU/</link>
	       <description>&lt;table cellspacing="3" cellpadding="5" align="right"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/federal-strategy/obama-white-house-open-data.jpg" border="0" width="300" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;strong&gt;&lt;a href="http://www.flickr.com/photos/whitehouse/8638883692/" target="_blank"&gt;Photo Credit - White House&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;President Obama issued an Executive Order this last week - &lt;a href="http://www.whitehouse.gov/the-press-office/2013/05/09/executive-order-making-open-and-machine-readable-new-default-government-"&gt;Making Open and Machine Readable the New Default for Government Information&lt;/a&gt;. A move that will signficantly define the fast growing API economy. &amp;nbsp;But before I dive into what this means for open data and APIs, I wanted to recap the last year of progress in Washington when it comes to open data and APIs.&lt;/p&gt;
&lt;p&gt;If you recall, in&amp;nbsp;May of 2012, the White House issued the &lt;a href="http://www.whitehouse.gov/sites/default/files/uploads/2012digital_mem_rel.pdf"&gt;Memorandum on Building a 21st Century Digital Government&lt;/a&gt;, which provided federal agencies with a 12-month roadmap to get familiar the concept of possessing a healthy digital strategy, which involves taking a strategic approach to using social, cloud computing and mobile, with open data and APIs as the core.&lt;/p&gt;
&lt;p&gt;After reading the directive from the White House in 2012, I wrote &lt;a href="http://apievangelist.com/2012/06/01/barak-obama-directs-all-federal-agencies-to-have-an-api/"&gt;Barack Obama Directs All Federal Agencies to Have an API&lt;/a&gt;, which is still one of the most viewed posts on API Evangelist, after &lt;a href="http://apievangelist.com/2012/01/12/the-secret-to-amazons-success-internal-apis/"&gt;The Secret to Amazons Success Internal APIs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While I am a believer in both APIs and the potential of healthy government leadership, I'm also very skeptical of blind API faith and of our federal government to deliver on open data. After reading the directive out of the White House last year, I got to work understanding, tracking and quantifying the potential and progress coming out of Washington when it comes to open data and APIs.&lt;/p&gt;
&lt;p&gt;The important thing to understand about the White House Digital Strategy, is that it doesn't just say open up APIs to support open data and mobile iniatives, it also says to make these efforts discoverable by providing a HTML, JSON and XML version of each agencies digital strategy--making their strategy and resulting data sets not just machine readable, but also machine discoverable.  This is the critical aspect of the digital strategy, which will act as the gears in the government fueled API economy, but it also gave me an idea on how to measure the progress of each agency in the Digital Strategy and resulting open data efforts.&lt;/p&gt;
&lt;p&gt;All federal agency were directed to develop a digital strategy around open data and mobile, then publish it at their website in HTML, XML and JSON.  So I got to work quantifying this.  I wanted to understand which agencies had done this successfully. To begin I needed a list of federal agencies, which I was able to pull from the&amp;nbsp;&lt;a href="http://www.usa.gov/About/developer-resources/federal-agency-directory/index.shtml" target="_blank"&gt;Federal Agency Directory API&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&amp;nbsp;Now I had a database of each agency name, abbreviation code and URL. Next I wrote a script that "pinged" each agencies URL and looked for http://[agencyname].gov/digitalstrategy.html, http://[agencyname].gov/digitalstrategy.xml and http://[agencyname].gov/digitalstrategy.json.  I ran this script each night to see who had published their strategy.&lt;/p&gt;
&lt;p&gt;Coming up on a year after the release of&amp;nbsp;&lt;a href="http://www.whitehouse.gov/the-press-office/2012/05/23/presidential-memorandum-building-21st-century-digital-government"&gt;Memorandum on Building a 21st Century Digital Government&lt;/a&gt;, we have &lt;span id="AgencyDigitalStrategyCount1"&gt;0&lt;/span&gt; "agencies" that have published a digital strategy:&lt;/p&gt;
&lt;table&gt;
&lt;/table&gt;
&lt;table id="agencyListing"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;table cellpadding="1" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="80%" align="left"&gt;&lt;strong&gt;Federal Agency Digital Strategies&lt;/strong&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://gist.github.com/kinlane/5564677" target="_blank" title="Script for Display"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-code.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://raw.github.com/kinlane/federal-government/gh-pages/data/federal-agencies-digital-strategy.json" target="_blank" title="Raw JSON Data"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-json-data-store.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Across these &lt;span id="AgencyDigitalStrategyCount2"&gt;0&lt;/span&gt; agencies, there are &lt;span id="AgencyDigitalStrategy22Count"&gt;0&lt;/span&gt;&amp;nbsp;published datasets to support 2.2, which was to make high-value data and content in at least two existing major customer-facing systems available through web APIs, apply metadata tagging and publish a plan to transition additional high-value systems:&lt;/p&gt;
&lt;table id="agency21Listing"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;table cellpadding="1" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="80%" align="left"&gt;&lt;strong&gt;Federal Agency Digital Strategies 2.2&lt;/strong&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://gist.github.com/kinlane/5564708" target="_blank" title="Script for Display"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-code.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://raw.github.com/kinlane/federal-government/gh-pages/data/federal-agencies-digital-strategy-2-1-2-with-social.json" target="_blank" title="Raw JSON Data"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-json-data-store.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Across these &lt;span id="AgencyDigitalStrategyCount3"&gt;0&lt;/span&gt; agencies, there are &lt;span id="AgencyDigitalStrategy72Count"&gt;0&lt;/span&gt;&amp;nbsp;published services in support 7.2, which was intended to optimize at least two existing priority customer-facing services for mobile use and publish a plan for improving additional existing services:&lt;/p&gt;
&lt;table id="agency71Listing"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;table cellpadding="1" width="100%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="80%" align="left"&gt;&lt;strong&gt;Federal Agency Digital Strategies 7.2&lt;/strong&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://gist.github.com/kinlane/5564715" target="_blank" title="Script for Display"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-code.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;td width="10%" align="center"&gt;&lt;a href="https://raw.github.com/kinlane/federal-government/gh-pages/data/federal-agencies-digital-strategy-7-1-2-with-social.json" target="_blank" title="Raw JSON Data"&gt; &lt;img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-json-data-store.png" border="0" width="25" /&gt; &lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All of this data was pulled programmatically, using one of the core elements of the White House Digital Strategy, stating that it should be programmatically discoverable. You can access the resulting JSON and scripts to display in the header of each listings above.&lt;/p&gt;
&lt;p&gt;While 22 agencies did publish their strategies, there were a couple I couldn't process at all, and many others who had little problems that made harvesting difficult.  Each programmatic request to an agency for their digital strategy could result in any number of HTTP codes retruned, redirects and responses.  To demonstrate the potential differences, let compare two agencies:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Energy (&lt;a href="http://energy.gov" target="_blank"&gt;http://energy.gov&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;Digital Strategy (HTML) - &lt;a href="http://energy.gov/digitalstrategy.html" target="_blank"&gt;http://energy.gov/digitalstrategy.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Digital Strategy (XML) - &lt;a href="http://energy.gov/digitalstrategy.xml" target="_blank"&gt;http://energy.gov/digitalstrategy.xml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Digital Strategy (JSON) - &lt;a href="http://energy.gov/digitalstrategy.json" target="_blank"&gt;http://energy.gov/digitalstrategy.json&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Commerce (&lt;a href="http://www.commerce.gov" target="_blank"&gt;http://www.commerce.gov/&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;Digital Strategy (HTML) - &lt;a href="http://www.commerce.gov/digitalstrategy" target="_blank"&gt;http://www.commerce.gov/digitalstrategy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Digital Strategy (XML) - &lt;a href="http://www.commerce.gov/digitalstrategy" target="_blank"&gt;http://energy.gov/digitalstrategy.xml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Digital Strategy (JSON) - &lt;a href="http://energy.gov/digitalstrategy.json" target="_blank"&gt;http://energy.gov/digitalstrategy.json&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While the XML and JSON version of each agencies strategy is at same location, the HTML version have differences of locations.  These small differences only amplify when you scale to 246 agencies.  The issues also get more technical, with any variety of HTTP response codes returned including 200, 300, 400 and 500.  Which I won't go into for this post, but when you are trying to write code, these can cause a whole bunch of problems.&lt;/p&gt;
&lt;p&gt;To put a cherry on top of this exercise, if you go to &lt;a href="http://www.whitehouse.gov/digitalstrategy/" target="_blank"&gt;whitehouse.gov/digitalstrategy/&lt;/a&gt; you get a pretty elaborate redirect to a PDF version of the original digital strategy mandate, which is a whole different cul-de-sac, especially since the White House has released datasets, APIs and mobile initiatives that should be listed here. &amp;nbsp;The White House should lead by example.&lt;/p&gt;
&lt;p&gt;I walk you through this process of programatically tracking on the White House digital strategy because I want to showcase the success that has occured over the last year, and support the next steps being taken by the release of the Open Data Policy. &amp;nbsp;But I want to also showcase how difficult this all can be. On the surface it can sound easy, but once you get into the weeds of execution things can breakdown pretty quickly, and it can be very difficult to keep the big picture in focus. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;As we roll into May 2013, and approach the 1 year mark of the White House Digital Strategy, I can't help but embrace the new Open Data Policy with the same chaotic, bi-polar embrace I give the rest of the Digital Strategy and the overall public API space--with healthy balance of optimism, pragmatism and concern--then roll up my sleeves and get to work. During the last year of doing this, I've learned a lot about APIs and the Federal Government I would like to share:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;Web Literacy&amp;hellip;is critical&lt;/li&gt;
&lt;li&gt;101 Materials..are essential&lt;/li&gt;
&lt;li&gt;Evangelists..are necessary&lt;/li&gt;
&lt;li&gt;Hackers...are desperately needed&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And most importantly, some sort of framework is necessary to give agencies a structure to work within, and a toolkit to direct them. This is the Open Data Policy, and brings us to the &lt;a href="http://www.whitehouse.gov/sites/default/files/omb/memoranda/2013/m-13-13.pdf"&gt;Open Data Executive Order and the accompanying Open Data Policy&lt;/a&gt; released by the Office of Management and Budget and Office of Science and Technology Policy which:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;require(s) that, going forward, newly generated government data shall be made freely available in open, machine-readable formats, while appropriately safeguarding privacy, confidentiality, and security. This requirement will help the Federal government achieve the goal of making troves of previously inaccessible or unmanageable data easily available to entrepreneurs, innovators, researchers, and others who can  use those data to generate new products and services, build businesses, and create jobs.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This kind of language is music to my ears.  Understanding how our government works is one thing.  Understand how to do it programmatically.  Well, that is a whole other ball game.  If we can move our government forward and develop a true path forward, to make everything our government produces machine readable by default.  I'm on board. &amp;nbsp;Let's get to work!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What does the&lt;a href="http://www.whitehouse.gov/sites/default/files/omb/memoranda/2013/m-13-13.pdf"&gt; Open Data Policy&lt;/a&gt;&amp;nbsp;deliver?&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Laying the Groundwork &lt;/strong&gt;- Why is this important? The Open Data Policy makes the business case for why this is important. This is about making government more effecient and generating jobs and innovation amongst entrepreneurs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open Data Definition -&lt;/strong&gt; Balancing "open" with privacy, confidentiality and security.  Acknowledging that open data is about it being accessible, described, reusable, complete, available in a timely and manner and should be managed post-release&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Common Definitions&lt;/strong&gt; - Some basic definitions of data and datasets, as well as covering common points like fair information practice principles and personally identifiable information.  But i'm really impressed with the introduction to concepts of information lifecycle and the mosaic effect. Great way to start&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Implementation Guidance -&lt;/strong&gt; The Open Data Policy is truly a guide, with step by step implementation assistance for agency to help agencies actually making the rubber meet the road with putting open data to work&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tools&lt;/strong&gt; - A suite of open source tools are provided to agencies including database to API, CSV to API, spatial search and other useful code that agencies download, fork and put to use&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Resources&lt;/strong&gt; - Additional resources that help agencies make the business case for open data, develop workflows, example licensing, content checklists and other resources to jumpstart an agencies open data efforts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Life Cycle &lt;/strong&gt;- Critical guidance for agencies that helps them understand the importance of using machine-readable and open formats, follow open data standards, use open licenses and to take advantage of common core and extensible metadata whenever possible in open data initiatives&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accessibility&lt;/strong&gt; - Provides an overview how agencies must build or modernize information systems in a way that maximizes interoperability and information accessibility.  Making sure things are always available, scalable, flexible in multiple formats and empowers sharing and reuse&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Release Practices&lt;/strong&gt; - Introduces agencies to healthy data release practices to assist in developing data inventory, establishing roles &amp;amp; responsibility for stewardship, guides that assist agencies in developing a public listing and providing the essential outreach and engagement with the public and partners around data throughout its life cycle&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security Guidance &lt;/strong&gt;- A clear process for securing publicly available data, consistent with the Open Government Directive's presumption in favor of openness, and to the extent permitted by law and subject to privacy, confidentiality pledge, security, trade secret, contractual, or other valid restrictions. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Institutionalize&lt;/strong&gt; - Clear mandate that agencies must institutionalized and operationalized the interoperability and openness requirements in the Open Data Policy into their core processes across all applicable agency programs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Why the Open Data Policy Make Me Happy?&lt;br /&gt;&lt;/strong&gt;The Open Data Policy makes me proud to be an American. &amp;nbsp;Really! &amp;nbsp;But beyond my joy for APIs, open data and passion for making government more efficient, I see some pretty specific aspects of the Open Data policy that make me happy.&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;101 Materials&lt;/strong&gt; - The open data lays the groundwork, provides the definitions, tools and resources that agencies will need to make it to the next level and find success with their agencies open data iniatives successful&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;History&lt;/strong&gt; - To help make the case, the White House showcases how releases valuable data like GPS and weather has changed the world and how we do business. &amp;nbsp;People need meaningful example like this to wrap their heads around the potential&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Guidance&lt;/strong&gt; - Guidance, in the form of step by step guides showing agencies how to execute on the Open Data Policy. &amp;nbsp;This type of guidance is critical to help agencies follow the policy&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Case Studies&lt;/strong&gt; - The Open Data Policy provides case studies, which much like the history it provides, gives clear examples that agencies can relate with when considering, planning and executing on their iniatives. &amp;nbsp;Agencies need to see clear examples that they can emulate in their own inaitives.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tools&lt;/strong&gt; - The White House provides agencies with a suite of open source tools that can be used to actually start deploying APIs from databases and CSV. Simple, open source tools are critical to the success of agencies when executing on the Open Data Policy.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Life Cycle &lt;/strong&gt;- Understanding that just launching open data is not enough, and having processes to manage the lifecycle of open data and APIs is essential to not just a successful iniative, but also iterating and evolving data until it meets the needs of developers and consumers and generates maximum value&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Two-Way Street -&lt;/strong&gt; Finding sucess with an agencies open data wil require the process being a two way street. &amp;nbsp;Agencies will need to engage with consumers and possess people, processes and tools for receiving and integrating feedback into agency operations. The Open Data Policy provides valuable information that helps agencies make their programs a two-way street&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Institutionalize&lt;/strong&gt; - The Open Data Policy isn't just yet another data or technology iniative where a new IT approach is being mandated. &amp;nbsp;The Open Data Policy is about true change to the way agencies collect, process and publish information, pushing agencies to institutionalize the approaches set forth. &amp;nbsp;This is about true change, not just another tech trend.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;What Around The Open Data Policy Conerns Me?&lt;br /&gt;&lt;/strong&gt;Immediately after the joy ride through the items that make me happy, I start stumbling over some serious concerns. &amp;nbsp;Things that will slow, trip up, or could make the Open Data Policy a non-starter. &amp;nbsp;These are just a handful of my immediate concerns.&amp;nbsp;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Government&lt;/strong&gt; 
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Lack of Resources &lt;/strong&gt;- Agencies won't be given enough resources to give meaningful attention to executing on the Open Data Policy and the desired results won't be achieved&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lack of Evangelists &lt;/strong&gt;- Agencies won't be able to hire or cultivate the passionate evangelists that will be needed to iniatiate change within agencies and get the word out to consumers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lack of Storytellers &lt;/strong&gt;- The Federal Government won't actually give agencies the freedom to be storytellers around all information, data and resources coming out of each agency. &amp;nbsp;Storys around the data will be essential to getting consumer interested and engaging&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Administration Changes &lt;/strong&gt;- The next administration will come in and not see the value of Open Data Policy and will roll any progress that has been made back&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Corporations&lt;/strong&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Exploitation&lt;/strong&gt; - The private sector will step up and expoit government data and resources without recipricating value and sharing their data and augmented resources for the greater good&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Talent&lt;/strong&gt; - When talent is identified as part of federal government open data, the private sector will snatch them up and put them to use for their own goals, taking the talent away from where its most needed&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Citizens&lt;/strong&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Won't Step Up &lt;/strong&gt;- Even with the effort of federal agencies, citizen hackers won't step up and do the work it will take to make agencies open data iniatives work and help clean up, refine and provide the feedback agencies will need&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Won't Be Aloud In&lt;/strong&gt; - Citizen hackers will build amazing things and provide some valuable work and feedback, but because of the closed nature of Washington, their efforts will be ignored and now given the attention they need to be successful&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Why I am Optimistic About the Open Data Policy?&lt;br /&gt;&lt;/strong&gt;I think we can navigate many of the concerns I have around the Open Data Policy. &amp;nbsp;I know many of the people behind the government efforts, and I believe in these folks. &amp;nbsp;But I also believe in the power of what the private sector, leaving me very optimistic about what the Open Data Policy can achieve.&amp;nbsp;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Government&lt;/strong&gt; 
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Starting Simple &lt;/strong&gt;- The White House is starting simple. &amp;nbsp;They have started with the necessary education and evangelism needed to get agencies on board. &amp;nbsp;The Open Data Policy isn't technically overwhelming, it focuses on the basics and keeps things simple so agencies can absorb and put what they've learned to work&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Engage&lt;/strong&gt; - The Open Data Policy enforces engagement with consumers as part of a healthy data lifecycle. &amp;nbsp;Without engaging consumers and making the process a two way street, no amount of opening data will be successful. &amp;nbsp;Helping agencies understand the importance of engagement is critical to healthy open data iniatives&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Using Github&lt;/strong&gt; - The Open Data Policy isn't just educating agencies on the importance of using Github as part of their open data iniatives, the White House is using Github ot deploy and support the Open Data project. &amp;nbsp;This type of leading by example is critical to the adoption of proper tools by agencies&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Corporations&lt;/strong&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Value of Open Data &lt;/strong&gt;- The private sector understands the value of open data and will actively participate in open data iniatives from federal agencies. &amp;nbsp;The more data that is opened, the more the private sector will step up and use, contributing significantly to the data life cycle&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Emulate Government&lt;/strong&gt; - With the federal government stepping up and leading, the private sector will follow. &amp;nbsp;In the API space, corporations often emulate what they see in the space. Strong leadership from Washington will make for healthier busineses across the private sector and API economy&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Citizens&lt;/strong&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Roll Up Sleeves and Get to Work &lt;/strong&gt;- There are some seriously talented and passionate invidivuals involved with current government open data movements. As more agencies open up their data these hacker citizens will step up and provide some great code, data and feedback for government agencies. &amp;nbsp;The key is to make sure we continue to train the next generation of these talented, passsionate citizen hackers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Problem Owners&lt;/strong&gt;- There are individuals in the private sector who are extermely passionate about some of the biggest problems our country faces. &amp;nbsp;These individuals will step up and put open government data and resources to use solving these problems&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reading through the Open Data Policy multiple times, I feel that we can do this. &amp;nbsp;I've read much of the criticism in other folks &lt;a href="http://e-pluribusunum.com/2013/05/10/roundup-media-coverage-of-the-white-house-executive-order-on-open-data/"&gt;analysis of the release of the Open Data Policy&lt;/a&gt;, along with their praise of the administration's move. &amp;nbsp;I think there is enough optimism and healthy pessimism out there, to really make this work. We can't be blinded by the often meaningless declrations of "open" or our blind faith in technology solutionism, we have to get to work with the difficult tasks of taking inventory, collecting, deployment and management of our countries valuable information and assets. &amp;nbsp;It will be a long road to get to where each agency and government worker understands what open and transparent truly means, it will be occur dataset by dataset, app by app and via numerous conversations between government and the private sector around each opened dataset and API. &amp;nbsp;It won't happen overnight, but the White House Digital Strategy and resulting Open Data Policy are an decent start.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I'd LIke to See!&lt;/strong&gt;&lt;br /&gt;The pragmatist in me appreciates the simple and cautious approach of the federal government. &amp;nbsp;It will take years of baby steps before we can run with open data. &amp;nbsp;But to help me understand where we need to be, I tend to try and understand what the potential future of government and open data could look like. &amp;nbsp;So let me share a few items I'd like to see in the future of government open data.&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;JSON by Default&lt;/strong&gt; - I want every individual in government to speak JSON, just like they speak PDF or Excel. &amp;nbsp;Government workers need to natively generating and consuming JSON without hestiation or confusion&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dictionaries of Data Inventory&amp;nbsp;&lt;/strong&gt;- The listing of agencies who published their digital strategy, lists of 2.1 and 7.2 compliance and the counts listed above were all provided with JavaScript and JSON. ALL government should work like this. &amp;nbsp;I shouldn't reference an agency, individual, budget report or otherwise without using an open data driven dictionary of some sorts. &amp;nbsp;There should always be the data behind each fact or claim made in government. &amp;nbsp;With a healthy inventory across agencies, this is possible&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Visualizations&lt;/strong&gt; - Pictures are indeed worth a thousand words. &amp;nbsp;We need an arsenal of simple, JavaScript and HTML5 visualizations that government works can reverse engineer or put to use when trying to tell the store around their information. &amp;nbsp;Visualizations will be essential in storytelling around federal government open data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Toolkits&lt;/strong&gt; - The Open Data Policy does a great start to provide tools and resources agencie will need. &amp;nbsp;But we need a whole aresenal of open toolkits providing tools and resources to help agencies with everything from GIS to working with financial data. &amp;nbsp;These meaningful toolkits will be generated by the projects, in the trenches and published as part of the the living Open Data Policy in coming months&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Widgets&lt;/strong&gt; - Much like visualizations, there will need to be a arsenal of simple, JavaScript and HTML5 widgets that allow for interaction between agencies, data stewards and the public. &amp;nbsp;Widgets will allow for feedback, updates, syndication and other essential aspects of data lifecycles&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Acreditation&lt;/strong&gt; - There will be a lot of data coming from federal government. &amp;nbsp;We need to know which individuals have the most skills in specific domains. &amp;nbsp;There will need to be some sort of micro acredition process that individuals can go through to demonstrate the data and tools they have experience with, so that agencies and individuals can quickly identify who they should reach out to as part of the open data life cycle&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tax Incentives &lt;/strong&gt;- I've spent probably 150 hours in the last year working on government open data work. &amp;nbsp;None of it was paid. &amp;nbsp;As someone who does not seek a career in government, but will continue supporting from the private sector, I would really enjoy some sort of tax incentive to do so for my business or self employment&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While I'm always looking toward the future, I am extremeley satisfied with leadership coming out of Washington when it comes to APIs. I'm also happy with the progress that has come out of the Digital Strategy over the last year, and I think the Open Data Policy provides a healthy and logical next step for federal agencies to take.&lt;/p&gt;
&lt;p&gt;The Open Data Policy does an excellent job of addressing the technical, business and politics of APIs. While APIs, open data formats and other technical building blocks create a nice base, the policy also considers healthy data life cycles, engagement, outreach and support that will be critical to each agencies success. The Open Data Policy also provides the necessary licensing, security and educational elements that will be necessary to properly deliver on what can be some of the very political aspects of open data and APIs in the wild.&lt;/p&gt;
&lt;p&gt;The administration's pragmatic and balanced approach to open data in government will significantly increase the chance for individual agency success with open data and increase the chance they will truly be able to assimiliate the principles and practices set forth by the Open Data Policy into the agency operational fabric. &amp;nbsp;When each individual within an agency embraces this, information management in the federal government will no longer be a technical or IT solution--every government worker, private sector partner, NGO and citizen will be a gear in an efficient, well lubricated, interoperable government engine that truly serves its people.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;P.S. &amp;nbsp;If you really read all of this post, I thank you. &amp;nbsp;This whole process starts with my need to truly understand all of this and actually write code against as much of what the federal government is doing with APIs. I learn a lot along the way, and hope I am able to move the conversation forward.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/88EmL_BExRU" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sat, 11 May 2013 15:19:30 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/11/the-white-house-releases-an-open-data-strategy/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/11/the-white-house-releases-an-open-data-strategy/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[When API Success Signals Begin Working Against You]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/dnWdeR26Xgc/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.restful-labs.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/restful-labs/restful-labs-logo.png" alt="" width="275" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Curently I'm immersed in discovering, vetting and tracking on signals that show me which companies are trending in the API space.  I'm looking for signals that will tell me which companies are making movements on a week to week basis, and when the blogosphere and developer communities are buzzing about these companies and technologies.&lt;/p&gt;
&lt;p&gt;Three very important signals I use are blogs, twitter and Github.  These tools provide me with great signals I can use to tune into what a company is doing, when they push code, write a story or tweet about it.  They also provide me with signals of when developers are engaging with API owners, because they follow on Twitter and download, fork, favorite and follow Github repositories.&lt;/p&gt;
&lt;p&gt;However, in some scenarios a companies blogs, twitter and Github accounts can also tell me when a company has given up and has run out of money or just stopped putting energy and resources into a project.  An example of this is with a company I came across during my monitoring last week, called &lt;a href="http://www.restful-labs.com/" target="_blank"&gt;RESTful Labs&lt;/a&gt;. RESTful Labs has all the eye candy to draw me in.  I mean they have REST in their name, and they build tools for developers!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.restful-labs.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/restful-labs/restful-metrics.png" alt="" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;RESTful Labs provides API analytics tools for developers.  I'm pretty stoked anytime I find something like this, then I immediately look at the common signals:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Blog&lt;/strong&gt; - Check! - Last blog posted 11 months ago&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Twitter&lt;/strong&gt; - Check! - Last Tweet 8 months ago&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Github&lt;/strong&gt; - Check! - Last commit was 8 months ago&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On the surface, RESTful Labs has all the right signal generators in having a blog, Twitter and Github accounts.  But immediately these signals start working against them, rather than the positive signals I would normally gather from someone having a blog, Twitter and Github accounts.&lt;/p&gt;
&lt;p&gt;It is clear that RESTful Labs WAS something last year, but now it is all but a ghost town.  It is not a tool I will recommend anyone use because there is nobody home to support.  Since they have a Github account, there might be resources that can be picked from the bones of the startup, but not much else beyond that.&lt;/p&gt;
&lt;p&gt;I keep companies like this in my database, as I want live examples like this to show people, and help them understand how to send the right signals that they are doing good things in the space.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/dnWdeR26Xgc" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Fri, 10 May 2013 10:10:36 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/10/when-api-success-signals-begin-working-against-you/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/10/when-api-success-signals-begin-working-against-you/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Get To Know Which Languages Your API Developers Are Using]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/TI7lPKHZj4s/</link>
	       <description>&lt;p&gt;&lt;a title="Xero Accounting Software" href="http://developer.xero.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/xero/xero-logo.png" alt="" width="275" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Xero Accounting Software" href="http://developer.xero.com/" target="_blank"&gt;Accounting API platform Xero&lt;/a&gt; has been taking a deeper look into the languages that their developers are using when integrating with the Xero API. Currently there are 1,600 active applications communicating with the Xero API, from a mix of Xero add-on partners to custom integrations engineered by 3rd party developers. &amp;nbsp;But which programming languages were they using?&lt;/p&gt;
&lt;p&gt;To create a snapshot of what tools developers are using, Xero needed to find the best source to obtain this data. Xero doesn't ask developers which platform they use upon registration, and since Xero doesn't require any sort of user agent or other identifying signature, it was difficult to know where to best acquire the data they needed.&lt;/p&gt;
&lt;p&gt;The next best place to look for this data, is with the code samples themselves.  It would be nice, if Xero code samples were hosted using Github where they could track downloads, forks, followers, etc.  But the best they had, was the page views from the pages for each code library, within the Xero developer area.&lt;/p&gt;
&lt;p&gt;&lt;a title="Xero Accounting Software" href="http://developer.xero.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/xero/xero-2013-usage-chart.png" alt="" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using this approach, Xero was able to extract some pretty interesting data about which programming languages developers were clicking on.  Identifying the growing dominance of languages like PHP and the emergence of newer approaches using Node.js.&lt;/p&gt;
&lt;p&gt;While Xero was able to learn a lot, I think we all should learn from Xero's story. There is a lot to be learned by other API providers: 1) API integration needs to be language agnostic 2) Working to understand which languages are beings used or in demand from developers, on a regular basis is important.&lt;/p&gt;
&lt;p&gt;This seems like a pretty basic topic to some of us, but when an API is born out of a company that has a single language focus, it can be difficult to understand the needs of developers who are using other platforms and languages.&lt;/p&gt;
&lt;p&gt;Make sure you prepare an approach to gathering and regularly evaluating data around which languages your API developers are needing to integrate ad work to support that as much as you possibly can.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/TI7lPKHZj4s" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Wed, 08 May 2013 19:29:46 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/08/getting-to-know-which-languages-your-api-developers-are-using/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/08/getting-to-know-which-languages-your-api-developers-are-using/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Twitters Developer Area is More Embeddable Than API]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/WOLOcs-QMh8/</link>
	       <description>&lt;p&gt;Does anyone else notice the evolution of the &lt;a href="https://dev.twitter.com/"&gt;Twitter developer area&lt;/a&gt;? The site has taken a page from the LinkedIn playbook and become more about embeddable buttons, badges and widgets than about APIs. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://dev.twitter.com/"&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" src="https://s3.amazonaws.com/kinlane-productions/twitter/twitter-homepage-2.png" alt="" width="500" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Granted, you can click on documentation and get at the REST API v 1.1. &amp;nbsp;I'm not saying this is a good or bad thing. &amp;nbsp;I'm a big supporter of embeddable strategies for API providers. I think that evolution is very telling of Twitter's API strategy and what type of "developer" they want to support with the API.&lt;/p&gt;
&lt;p&gt;Whether or not you agree with Twitter's overall API strategy, there is a lot to learn from their approach to API driven embeddable tools. &amp;nbsp;I will produce more pieces aobut their approach to cards, timelines, buttons and other embeddable tools.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/WOLOcs-QMh8" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Wed, 08 May 2013 18:35:38 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/08/twitters-developer-area-is-more-embeddable-than-api/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/08/twitters-developer-area-is-more-embeddable-than-api/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Overview Of Backend as a Service (BaaS) White Paper]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/OsNDkJHpYvk/</link>
	       <description>&lt;p&gt;&lt;a title="Overview Of The Backend as a Service (BaaS) Space" href="https://apps.facebook.com/marketpage/mu07n26dfwwupqoy6k0xj/item/MWP6Hfn" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/baas/tag-cloud-black-baas-2.png" alt="" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've been working on expanding the amount of research and writing I can do via API Evangelist lately.  In the last couple weeks I rolled out new projects in three areas: &lt;a title="API Toolkits" href="/2013/04/27/evolving-beyond-api-service-providers-and-api-tools-to-goal-based-api-toolkits/"&gt;API Toolkits&lt;/a&gt;, &lt;a href="/2013/04/28/api-trends/"&gt;API Trends&lt;/a&gt;, &lt;a title="API Priorities" href="/2013/04/28/api-priorities/"&gt;API Priorities&lt;/a&gt;.  This new approach is helping me focus on the areas I think are most important or exciting to the API space and generate as much, high quality news, analysis and white papers for the API space as I can.&lt;/p&gt;
&lt;p&gt;The first of my white papers, using my new approach is finished.  The new paper is called &lt;a title="Overview Of The Backend as a Service (BaaS) Space" href="https://apps.facebook.com/marketpage/mu07n26dfwwupqoy6k0xj/item/MWP6Hfn" target="_blank"&gt;Overview Of The Backend as a Service (BaaS) Space&lt;/a&gt;, and is the aggregation of all my research into the BaaS space.   Here is a breakdown of the white paper:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;What is BaaS?&lt;/li&gt;
&lt;li&gt;How Does BaaS Differ From IaaS and PaaS?&lt;/li&gt;
&lt;li&gt;What Are The Benefits of BaaS?&lt;/li&gt;
&lt;li&gt;What Can You Build With BaaS?&lt;/li&gt;
&lt;li&gt;Who Are The Top BaaS Providers?&lt;/li&gt;
&lt;li&gt;What Are The Common Building Blocks of BaaS?&lt;/li&gt;
&lt;li&gt;What Are the Common Approaches to BaaS Pricing?&lt;/li&gt;
&lt;li&gt;What Are The Other Approaches to BaaS Pricing?&lt;/li&gt;
&lt;li&gt;Who Are The Other BaaS Providers?&lt;/li&gt;
&lt;li&gt;Watch Out As 1000lb Gorillas Set Their Sights on BaaS Space!&lt;/li&gt;
&lt;li&gt;What Makes BaaS Relevant to APIs?&lt;/li&gt;
&lt;li&gt;The Future Is About Virtualized Mobile Operating Systems&lt;/li&gt;
&lt;li&gt;Investment in BaaS&lt;/li&gt;
&lt;li&gt;What Are The Opportunities in BaaS?&lt;/li&gt;
&lt;li&gt;Summing Up BaaS&lt;/li&gt;
&lt;li&gt;Appendix A: Full List of BaaS Features&lt;/li&gt;
&lt;li&gt;Appendix B: Curated News Sources&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Much of the research, news, analysis and data that went into this white paper is available at &lt;a title="Backend as a Service" href="http://baas.apievangelist.com"&gt;baas.apievangelist.com&lt;/a&gt;.  As I do with most of my work, I will be publishing all my BaaS research to this Github project, allowing anyone to view, fork or download.  The BaaS project will also have a full version, &lt;a href="https://apps.facebook.com/marketpage/mu07n26dfwwupqoy6k0xj/item/MWP6Hfn"&gt;available as a PDF for $99.00&lt;/a&gt;.  My goal is to subsidize my research via sales of white papers and the support of my partners.  If you can't afford, tune into the BaaS project, but if you'd like to support what I do you can purchase a copy.&lt;/p&gt;
&lt;p&gt;I'm working on other papers that are part of all of my &lt;a title="API Toolkits" href="/2013/04/27/evolving-beyond-api-service-providers-and-api-tools-to-goal-based-api-toolkits/"&gt;API Toolkits&lt;/a&gt;,&amp;nbsp;&lt;a href="/2013/04/28/api-trends/"&gt;API Trends&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="API Priorities" href="/2013/04/28/api-priorities/"&gt;API Priorities&lt;/a&gt; research areas.  If you'd like to get more access to my research, news, analysis and data, or would like to support what I do, please let me know.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/OsNDkJHpYvk" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Wed, 08 May 2013 15:26:30 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/08/overview-of-the-backend-as-a-service-baas-space-white-paper/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/08/overview-of-the-backend-as-a-service-baas-space-white-paper/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Make Sure And Have Multiple KPIs For Your APIs]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/8jlfFPQlHDA/</link>
	       <description>&lt;p&gt;&lt;a href="http://blog.programmableweb.com/2011/05/25/who-belongs-to-the-api-billionaires-club/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/programmableweb/api-billionaires-club.png" alt="" width="325" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the API space, we have to be constantly measuring and looking for signals that will help us understand where we should be focusing our resources, as part of an overall strategy.  One of the ways we measure value within the world of APIs (and business) is using KPIs, or Key Performance Indicators. Using KPIs we strive to measure the Return on our Investment (ROI), as we gamble with the technology, business and politics of APIs.&lt;/p&gt;
&lt;p&gt;One approach to quantifying the value, that has emerged from API providers, API service providers and the tech blogosphere is using the "API call". It is simple. You launch an API, so you quantify it by the number of times someone calls it.  Kind of like a page view, right?&lt;/p&gt;
&lt;p&gt;Out of this eyeball derived reality(which is silly since APIs aren't for humans), the API space has become obsessed with the number of API calls, resulting in what is known as the &lt;a href="http://blog.programmableweb.com/2011/05/25/who-belongs-to-the-api-billionaires-club/"&gt;API billionaires club&lt;/a&gt;.  The Billionaires Club is an elite group of tech providers who have billions of calls per month on their API.  It is a pretty simple algorithm. Have API + Have Billions of Requests = Your In The Billionaires Club. And if you are in the billionaires club, you are successful. &amp;nbsp;End of calculation.&lt;/p&gt;
&lt;p&gt;To quickly get to the point of my story, let's take one of my favorite members of the API billionaires club, Netflix. &amp;nbsp;Billionaire Club Membership + Shutting Down Public API = Success. It is a different variation on the whole concept of measuring API success. The news, commonly held KPIs and definition of success doesn't immediately pan out in the whole Netflix story.&lt;/p&gt;
&lt;p&gt;Netflix, along with Twitter are both &amp;nbsp;API case studies for the history books. Both of these API stories reflect the ups and downs of the API world, and the often bipolar nature of the public API ecosystem and schizophrenic nature of the tech blogosophere.  In contrast, along with Amazon Web Services, Twitter and Twilio, Netflix is a constant player in the stories I tell about success in the API sector. But at the same time, Netflix is considered to be a failure by common public APIs measurements. Are you feeling the crazy? &amp;nbsp;I do!!&lt;/p&gt;
&lt;p&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/netflix/netflix-square.png" alt="" width="200" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;As I've &lt;a href="http://apievangelist.com/2013/03/12/netflix-api-is-much-more-than-a-public-api/"&gt;covered before&lt;/a&gt;, the blogosphere tends to associate closure of the Netflix, with the ecosystem failures of Twitter.  While this is an easy comparison to make, when you look further, you see a lot more going on. &amp;nbsp;Which tells me we need better ways to measure API success and failure and tell the stories around the ups and downs.&lt;/p&gt;
&lt;p&gt;After monitoring the API space for some time now, I'm looking for signals beyond what normal bloggers, analysts and pundits are following. In this hunt, Github is becoming an ever increasing gold mine of signals. &amp;nbsp;To help demonstrate, let's take a look at the signals the &lt;a href="https://github.com/netflix"&gt;Netflix Github account&lt;/a&gt; puts out.&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/Priam"&gt;Priam&lt;/a&gt;&lt;/strong&gt; - Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra. (Last updated a day ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/aminator"&gt;aminator&lt;/a&gt;&lt;/strong&gt; - A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance. (Last updated 2 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/astyanax"&gt;astyanax&lt;/a&gt;&lt;/strong&gt; - A Cassandra Java Client (Last updated 2 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/asgard"&gt;asgard&lt;/a&gt;&lt;/strong&gt; - Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://netflix.box.com/asgard Twitter: http://twitter.com/AsgardOSS (Last updated 3 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/RxJava"&gt;RxJava&lt;/a&gt;&lt;/strong&gt; - A library for composing asynchronous and event-based programs using observable sequences for the Java VM. (Last updated 4 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/denominator"&gt;denominator&lt;/a&gt;&lt;/strong&gt; - (Last updated 5 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/blitz4j"&gt;blitz4j&lt;/a&gt;&lt;/strong&gt; - Logging framework for fast asynchronous logging (Last updated 6 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/SimianArmy"&gt;SimianArmy&lt;/a&gt;&lt;/strong&gt; - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. (Last updated 8 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/ribbon"&gt;ribbon&lt;/a&gt;&lt;/strong&gt; - Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. (Last updated 9 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/frigga"&gt;frigga&lt;/a&gt;&lt;/strong&gt; - Utilities for working with Asgard named objects (Last updated 10 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/curator"&gt;curator&lt;/a&gt;&lt;/strong&gt; - ZooKeeper client wrapper and rich ZooKeeper framework (Last updated 11 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/karyon"&gt;karyon&lt;/a&gt;&lt;/strong&gt; - The nucleus or the base container for Applications and Services built using the NetflixOSS ecosystem (Last updated 12 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/edda"&gt;edda&lt;/a&gt;&lt;/strong&gt; - Service to track changes in your cloud (Last updated 13 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/brutal"&gt;brutal&lt;/a&gt;&lt;/strong&gt; - A multi-network asynchronous chat bot framework using twisted (Last updated 17 days ago)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/Netflix/archaius"&gt;archaius&lt;/a&gt;&lt;/strong&gt; - Library for configuration management API (Last updated 17 days ago)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When I pulled this data, several days ago, there are 15 separate repositories, in four separate programming languages, including Python, Java, Groovy, Scala, that have all been updated in the last 30 days. &amp;nbsp;The fact that Netflix has a Github account, has open sourced so much of their code, while also actively maintaining it all, point at some very meaningful signals that we can tune into and work to emulate.&lt;/p&gt;
&lt;p&gt;While the number of calls against an API is a valid KPI to measure the potential success of an API, we have to have multiple KPIs when truly trying to understand the value of a company, the platform or any single API resource. &amp;nbsp;Let's not get hung up on any single KPI, let's consider as many as we can--to see what makes sense and truly defines succcess.&lt;/p&gt;
&lt;p&gt;There is so much to learn from reading between the lines in the world of APIs.&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/8jlfFPQlHDA" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Tue, 07 May 2013 18:49:05 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/07/make-sure-and-have-multiple-kpis-for-your-apis/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/07/make-sure-and-have-multiple-kpis-for-your-apis/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[API Enabled Toys For Our Children]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/cgj1g2qmIGQ/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.fisher-price.com/en_US/products/69586" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/fisher-price/fisher-price-internet-enabled-device.png" alt="" width="250" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When it comes to the Internet of Things, APIs have a bright future. I tend to focus on the greater good when showcasing APIs, but occasionally I get tripped up by the market potential of APIs. I came across the &lt;a href="http://gadgetwise.blogs.nytimes.com/2013/05/01/baby-toys-get-an-app-extension/"&gt;Baby Toys Get an App Extension&lt;/a&gt; post in the New York Times this week, and I can't think of a more lucrative market for API interaction via a smart phone, than a baby or toddler's toys.&lt;/p&gt;
&lt;p&gt;First, can you image every mom or dad in America with access to their kids toys via their iPhone.  Talk about an emotional connection.  You have a real-time chord that is attached to a parents heart string.  So if you are at work, missing your child that is at home, in day care, or even when you are at home with them, you have the opportunity to interact with your child via their crib, playstation or other toy? I'm not even going to start profiling the toys and the opportunity here.&lt;/p&gt;
&lt;p&gt;Second, can you imagine the data available for toy, clothing and other manufacturers?  You have a daily, permanent connection between a parent and their child via the toys that are most important to a child each day, and by default, what is important to the parent.  With API connectivity between this toy and a parents smart phone via the home wifi connection, there is an unlimited flow of data about what impacts a child's life, and their parents world each day.&lt;/p&gt;
&lt;p&gt;As the connection between APIs and the Internet of Things comes into focus for me, I get excited about opportunities like connecting our children's worlds to our smart phone enabled worlds.  Then as soon as I get excited, I immediately get freaked out.  Think about the opportunity, for&amp;hellip;well, exploitation.  We need to make sure there are best practices for terms of use, privacy and security in these fascinating, and new possibilities within the API space.&lt;/p&gt;
&lt;p&gt;Lots to think about with APIs and the Internet of Things.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/cgj1g2qmIGQ" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Tue, 07 May 2013 18:09:46 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/07/api-enabled-toys-for-our-children/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/07/api-enabled-toys-for-our-children/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[I Am Speaking At The Dallas-Forth Worth API Professionals Meetup May 14th]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/NtVOzE1H6rQ/</link>
	       <description>&lt;p&gt;&lt;a title="DFW API Professional Meetup Group" href="http://www.meetup.com/DFW-API-Professionals/events/115600132/"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/events/dfw-api-meetup-group/dfw-api-meetup-group.jpeg" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hey everyone.  I'm heading out to the Dallas-Fort Worth area the week after next, Tuesday, May 14, to kick off the &lt;a title="DFW API Professional Meetup Group" href="http://www.meetup.com/DFW-API-Professionals/events/115600132/"&gt;DFW API Professionals Meetup&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a title="TheRightAPI" href="http://therightapi.com"&gt;TheRightAPI&lt;/a&gt;&amp;nbsp;team were so kind to invite me out to speak, hang out and talk APIs, to help kick-off the area API group. Both&amp;nbsp;&lt;a title="TheRightAPI" href="http://therightapi.com"&gt;TheRightAPI&lt;/a&gt;&amp;nbsp;and backend as a service (BaaS) provider &lt;a href="http://www.proxomo.com/"&gt;Proxomo&lt;/a&gt; are sponsoring the shindig.&lt;/p&gt;
&lt;p&gt;The group will be meeting at the &lt;a href="http://maps.google.com/maps?q=7000+Texas+161%2C+Irving%2C+TX"&gt;Microsoft Campus, 7000 Texas 161, Irving, TX&lt;/a&gt;.  We are thinking we'll kick it off with food and drinks from 6:00 - 6:45 PM, and I'll start talking around 7:00 PM.&lt;/p&gt;
&lt;p&gt;After that we can just hang out and talk about APIs and see what all y'all are doing with APIs in Texas.  Ping me if your in the DFW area, so that I know you will be there.&lt;/p&gt;
&lt;p&gt;Look forward to seeing you there and connecting.&lt;/p&gt;
&lt;table style="padding: 15px;" cellspacing="1" cellpadding="5" width="95%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a title="TheRightAPI" href="http://www.therightapi.com/" target="_blank"&gt;&lt;img src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/company/therightapi-logo-2.png" alt="" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td align="center"&gt;&lt;a title="Proxomo" href="http://www.proxomo.com/" target="_blank"&gt;&lt;img src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/serviceproviders/Proxomo-Logo.png" alt="" width="200" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/NtVOzE1H6rQ" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Thu, 02 May 2013 20:29:57 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/02/i-am-speaking-at-the-dallas-forth-worth-api-professionals-meetup-may-14th/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/02/i-am-speaking-at-the-dallas-forth-worth-api-professionals-meetup-may-14th/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[How Much Do You Spend Attracting and Supporting Freemium API Developers?]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/1RsLQ0nZ0u8/</link>
	       <description>&lt;p&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/bw-icons/freemium-customers.jpg" alt="" width="250" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;I had a question from an API owner land in my inbox.  It is regarding the amount of attention and resources that should be spent on on-boarding new customers.  Directly from the email:&lt;/p&gt;
&lt;blockquote&gt;&lt;em&gt;How would you suggest companies place a quantifiable value on free API users?  I know that it is very important to have a lot of people use your API so that they can make great things with your API and also give people a chance to really understand the value of what the API offers, but do you have any thoughts on how companies should decide how much to spend on an API conversion (AdWords, Hackathons, etc.)&lt;/em&gt;&lt;/blockquote&gt;
&lt;p&gt;Let's first address the freemium part of the question.  It is my opinion that every API should have a freemium layer.  But only as one part of a well planned developer incentive ladder.  This freemium tier is the top layer of your funnel.  It will provide a way for people to test drive your API, understand what it does and the value it can deliver in their world.&lt;/p&gt;
&lt;p&gt;Your freemium layer should be easy to access, no billing required and provide a sensible access to your API resources--also your freemium tier should never appear as if it is in danger of going away. &amp;nbsp;But freemium should be that first step, with clear, meaningful next steps towards on-boarding users as paid customers.  Provide clear paths to becoming a solid, revenue generating and contributing participant in the platform.&lt;/p&gt;
&lt;p&gt;Make it clear to developers that at a freemium level they don't get support, that they have to pay to get that.  Don't let this tier of users dominate you.  With this said you better have good docs, code samples, active forum, FAQ and other essential building blocks for your self-service, freemium customers to use.  But the amount of resources dedicated to your freemium customers should be minimal.&lt;/p&gt;
&lt;p&gt;In my opinion, your resources should go into supporting your paid tiers of customers, the one who fee your revenue model, communicate and provide feedback to your platform and deliver value to your platform and business--reciprocating the value you have provided them.  API ecosystems are a two-way street.&lt;/p&gt;
&lt;p&gt;The second part of the question I think is regarding how much resources you should spend to attract developers into the top part of your funnel, potentially bringing them into your freemium tier, with hopes of quickly converting them into paid.  I have a different perspective on this than probably many other companies.  I'm a fan of organic campaigns vs. paid campaigns.&lt;/p&gt;
&lt;p&gt;My approach to API Evangelism is about generating organic content that will help explain what an API does and the value it delivers.  I hack PHP, Python, Ruby or mobile projects against the API. I find problems to solve, that may reflect what my target audience is trying to solve.  I just don't think very many people are ever going to look for an API. They are going to be looking for a solution to their problem, and it may just be the solution your API provides.  So advertising and traditional marketing is harder to dial in.  I prefer identifying, coding, solving the problem and telling the story that speak to the customers I'm looking for.&lt;/p&gt;
&lt;p&gt;The downside of an organic API evangelism campaign is it takes time to work.  It takes months before you see anything. It is a very SEO driven approach, but it is how I've built API Evangelist over 3 years.  Its lower cost than Google Adwords spend and hackathons, but takes someone with passion and domain expertise, mad programming skills and the ability to write stories, publish to Github and work social media like kung foo master--to execute!&lt;/p&gt;
&lt;p&gt;The moral of the story is, that you should spend as little as you possibly can on bringing in developers into your funnel, and supporting them in operating at your freemium tier.  Don't let the freeloaders rule your world.  But this is easier said than done.  Its a lot of work to generate resources that will bring the right customer in the door, in an organic way, and it &lt;a href="/2012/09/18/simple-api-developer-tracking-framework/"&gt;takes a lot of outreach to engage with the customers&lt;/a&gt; you have in the door to develop a &lt;a href="http://apievangelist.com/2012/01/31/four-potential-levels-of-an-api-business-ecosystem/"&gt;sensible developer and partner framework&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I think I have several more stories to derive from this great question, so stay tuned.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/1RsLQ0nZ0u8" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Thu, 02 May 2013 14:27:47 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/02/how-much-do-you-spend-attracting-and-supporting-freemium-api-developers/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/02/how-much-do-you-spend-attracting-and-supporting-freemium-api-developers/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[What Does The API Evangelist Do?]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/MhzSSxQSawc/</link>
	       <description>&lt;p&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/kin-lane/kin-lane-in-api-we-trust.png" alt="" width="250" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;I sent three emails this morning to people, explaining what it is that I do and how they can get involved. This process reminded me that I need to do the same here via the blog on a regular basis, to help people understand what API Evangelist is, and my vision for it. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Despite popular belief I do not evangelize any single API to developers, my role (self-appointed) is to evangelize &lt;span style="text-decoration: underline;"&gt;all&lt;/span&gt; APIs to the masses, most importantly beyond the developer community--penetrating business, marketing and other key groups.&lt;/p&gt;
&lt;p&gt;At API Evangelist I monitor the entire API space. To do this I track on 2000 of the best of the APIs out there.&amp;nbsp;&amp;nbsp;I've gone through the entire &lt;a href="http://programmableweb.com"&gt;ProgrammableWeb Directory&lt;/a&gt; and hand pick the ones that are worth paying attention to, and I continue doing this in real-time as they are added. Its not that the rest aren't worthy of use, just not an approach I feel is worth showcasing to other API owners.&lt;/p&gt;
&lt;p&gt;700+ of these APIs have blogs, 1000+ have Twitter accounts and many have Github accounts. I monitor all in real time. I also track on 250+ blog feeds from mainstream tech blogs (TC, Gigaom, etc) as well as lesser known feeds. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I watch all this in real-time and tag everything using a centralized system I've developed.&amp;nbsp;&amp;nbsp;This is where I derive my blog posts and generate what I call my&amp;nbsp;&lt;a href="http://theapistack.com/"&gt;&lt;span class="s1"&gt;API Stack&lt;/span&gt;&lt;/a&gt;. The API Stack isn't meant to be a definitive list of who are the best, in a single order, but a living stack of which APIs are worth paying attention to, and are doing innovative things on a week to week basis.&lt;/p&gt;
&lt;p&gt;I generate The API Stack using my home grown ranking system which is based upon 3 types of signals:&amp;nbsp;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;strong&gt;Internal&amp;nbsp;&lt;/strong&gt;&amp;nbsp;- Number of blog posts, tweets, github repos and other internal activity from the APIs themselves&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;External -&lt;/strong&gt;&amp;nbsp;@mentions of twitter, stack exchange, hacker news, tech blogosopher, github repo follwers and activity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analsyst -&lt;/strong&gt;&amp;nbsp;My curation, flagging w/ notes, voting up and writing stories about an API or company&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From all of this weekly process I have carved several areas I focus deeper on:&lt;/p&gt;
&lt;table style="padding-left: 25px;" cellspacing="2" cellpadding="2" width="95%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="left" valign="top"&gt;
&lt;p&gt;&lt;strong&gt;API Service Providers&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a href="http://design.apievangelist.com/"&gt;Design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://design.apievangelist.com/"&gt;Deployment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://design.apievangelist.com/"&gt;Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://design.apievangelist.com/"&gt;Discovery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;td align="left" valign="top"&gt;
&lt;p&gt;&lt;strong&gt;API Trends&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a href="http://aggregation.apievangelist.com/"&gt;Aggregation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://baas.apievangelist.com/"&gt;Backend as a Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://reciprocity.apievangelist.com/"&gt;Reciprocity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://realtime.apievangelist.com/"&gt;Realtime&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;td align="left" valign="top"&gt;
&lt;p&gt;&lt;strong&gt;API Priorities&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a href="http://federal-government.apievangelist.com/"&gt;Federal Government&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://city-government.apievangelist.com/"&gt;City Government&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://education.apievangelist.com/"&gt;Education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://healthcare.apievangelist.com/"&gt;Healthcare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://libraries.apievangelist.com/"&gt;Libraries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://university.apievangelist.com/"&gt;Universities&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;These areas will evolve and grow as my research continues and the space changes.&amp;nbsp;&amp;nbsp;From all of this research I produce short form analysis (blog posts, project sites) and long form content (whitepapers, books).&amp;nbsp;&amp;nbsp;To keep things simple I provide a single standard monthly subscription to partners wishing to access of all this for $1500.00 / month.&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li class="li4"&gt;&lt;strong&gt;Writing&amp;nbsp;&lt;/strong&gt;- Access to all of my long form content.&amp;nbsp;&amp;nbsp;White papers, research, etc.&lt;/li&gt;
&lt;li class="li4"&gt;&lt;strong&gt;Data&lt;/strong&gt;&amp;nbsp;- I generate a lot of data exhaust tracking, ranking and curating the API space.&amp;nbsp;&amp;nbsp;I have JSON data available across all aspects of my work.&lt;/li&gt;
&lt;li class="li4"&gt;&lt;strong&gt;Logo&lt;/strong&gt;&amp;nbsp;- Placement of maximum 250px width logo on right hand menu of API Evangelist properties.&lt;/li&gt;
&lt;li class="li4"&gt;&lt;strong&gt;4 Consulting Hours&lt;/strong&gt;&amp;nbsp;- Four hours of conversation via phone, skype or hangout each month.&lt;/li&gt;
&lt;li class="li4"&gt;&lt;strong&gt;Keywords&lt;/strong&gt;&amp;nbsp;- Your company name plus one other keyword or key phrase of choice which will link to URL of your choice.&lt;/li&gt;
&lt;li class="li4"&gt;&lt;strong&gt;Weekly / Monthly Summary -&lt;/strong&gt;&amp;nbsp;I produce a weekly and monthly summary of the top APIs and industries, with curated news and my analysis from the API industry.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This monthly subscription provides access to all research, data and writing I produce.&amp;nbsp;&amp;nbsp;I'm willing to negotiate other relationships, but this helps me keep a nice pool of clients, and me knowing I'll be in operation next month.&amp;nbsp;&amp;nbsp;Keeps me focused on research and not chasing new customers all the time.&lt;/p&gt;
&lt;p&gt;Sometimes I also do specific industry research looking for patterns and opportunities as well going deeper by targeting specific APIs, like Twitter or Twillio, but I try to keep targeted research feeding into my overall pool of industry data, providing value to the bigger picture and overall space.&lt;/p&gt;
&lt;p&gt;Hope this helps you understand what it is I do, and if you'd like to get involved, feel free to reach out.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/MhzSSxQSawc" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Thu, 02 May 2013 11:52:40 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/02/what-does-the-api-evangelist-do/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/02/what-does-the-api-evangelist-do/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Startups Need To Work Together on API Definitions]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/b7Wdor1GhDA/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.openi-ict.eu/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/baas/openi/openi-logo.png" alt="" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am tracking on 2000 APIs that I have deemed worthy enough to pay attention, out of the 9000 on &lt;a href="http://programmableweb.com"&gt;ProgrammableWeb&lt;/a&gt;, 13,000 in &lt;a href="http://apihub.com"&gt;APIHub&lt;/a&gt; and numerous APIs in &lt;a href="http://mashape.com"&gt;Mashape's marketplace&lt;/a&gt;.  In addition to these APIs, I'm also closely watching &lt;a title="backend as a service providers" href="http://baas.apievangelist.com/"&gt;30+ backend as a service providers&lt;/a&gt;, &lt;a title="reciprocity providers" href="http://reciprocity.apievangelist.com/"&gt;20+ reciprocity providers&lt;/a&gt; and emerging big data, analysis, visualization and other emerging platforms who are using APIs in new ways.&lt;/p&gt;
&lt;p&gt;I was reading some of the great research coming out of &lt;a href="http://www.openi-ict.eu/" target="_blank"&gt;OPENi&lt;/a&gt;, which is a "Open-Source, Web-Based, Framework for Integrating Applications with Cloud-based Services and Personal Cloudlets"--specifically the post on &lt;a href="http://www.openi-ict.eu/openi-api-framework-part-i-studying-the-landscape-of-cloud-based-services/"&gt;OpenI API Framework: Studying the Landscape of Cloud-Based Services&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What is great about OPENi, is they are doing all this research and planning, and sharing the process with everyone publicly.  Which is great for everyone, but will take some time to play out, as they study, plan and execute in the space.&lt;/p&gt;
&lt;p&gt;As I watch aggregate API providers like &lt;a href="http://singly.com"&gt;Singly&lt;/a&gt; plow forward and reciprocity providers like &lt;a href="http://zapier.com"&gt;Zapier&lt;/a&gt; deliver some amazing integrations, using APIs, and bridging some of the most meaningful cloud platforms in our world--I can't help but think about how much redundant work is going on amongst startups.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.openi-ict.eu/openi-api-framework-part-i-studying-the-landscape-of-cloud-based-services/"&gt;&lt;img style="padding: 15px; display: block; margin-left: auto; margin-right: auto;" src="https://s3.amazonaws.com/kinlane-productions/baas/openi/OPENi-Blog-API1.png" alt="" width="550" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When it comes to the definitions of specific APIs, the nuances of their interface and authentication, each of these service providers is doing their own work, in a silo. In a perfect world, API providers would provide Swagger definitions, standard oAuth implementations, etc.  API owners would do a lot of the legwork for these providers. &amp;nbsp;As we know, this isn't the reality, and each of these aggegrators, reciprocity providers, analytics tools are all mapping these API connections on their own.&lt;/p&gt;
&lt;p&gt;I can't help but think about, how if providers stepped up, communicated with each other, they could establish some sort of commons for all of these API definitions to reside. &amp;nbsp;They could colloaborately develop a way they could identify the meaningful APIs, hang Swagger definitions and code for connecting and authenticating in a multitude of programming languages.&lt;/p&gt;
&lt;p&gt;Each provider could still maintain their secret sauce, what happens before and after each API connection, allowing them to have their own unique approach to API aggregation, reciprocity, analysis, visualization or real-time tools. But by sharing the API definitions and working together on the connections, they could spend more time on what makes their companies unique, rather than hand-rolling each API connection in isolation.&lt;/p&gt;
&lt;p&gt;Just some random thoughts, as I navigate the world of APIs, from within my own silo!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/b7Wdor1GhDA" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Thu, 02 May 2013 11:11:08 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/02/startups-need-to-work-together-on-api-definitions/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/02/startups-need-to-work-together-on-api-definitions/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Parse Is Successful By Truly Solving Problems for Mobile Developers]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/KFooX9SyZLk/</link>
	       <description>&lt;p&gt;&lt;a href="https://parse.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/baas/parse-cloud.png" alt="" width="250" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don't personally use &lt;a href="https://parse.com/"&gt;Parse&lt;/a&gt; or any other &lt;a href="http://baas.apievangelist.com/"&gt;backend as a service&lt;/a&gt; (BaaS) provider to build mobile applications.  I'm just playing role as analyst when it comes to the backend as a service space, but I am a developer so I can tell when any technology provider is speaking to developers or just marketing and hock'n their wares.&lt;/p&gt;
&lt;p&gt;Each week I monitor the tech blogosphere, the API space and where it has expanded into the backend as a service space and driving mobile development.  I pull 300 + feeds from random blogs and 700+ feeds from APIs providers.  I see the contrast between what Techrunch, GigaOm and NextWeb produce alongside what API and BaaS providers publish to their blogs.&lt;/p&gt;
&lt;p&gt;Day after day you can really start smelling the bullshit. The positive side is that this high profile bullshit really makes good quality posts, that are actually about solving problems, stand out.&lt;/p&gt;
&lt;p&gt;I see a lot of posts come out of BaaS providers, and day after day, Parse is producing high quality posts, such as&amp;nbsp;&lt;a href="http://blog.parse.com/2013/04/29/versioning-and-verification-for-your-aws-security-group-configuration/"&gt;Versioning and Verification for your AWS Security Group Configuration&lt;/a&gt; and &lt;a href="http://blog.parse.com/2013/04/09/six-creative-ways-to-use-push-notification-marketing-in-your-mobile-app/"&gt;Six Creative Ways to Use Push Notification Marketing in Your Mobile App&lt;/a&gt;.  When you read their blog, it is mostly posts that are about solving problems that developers are facing, and goes beyond just using Parse.&lt;/p&gt;
&lt;p&gt;There are a number of reasons Parse was an attractive investment for Facebook, but I think the Parse blog is a very positive signal that Parse is more than just about building a company for acquisition--Parse is building a platform that solves developers problems. Another important aspect of this, is they tell the story of how they do this in real-time. &amp;nbsp;Without telling the story, you can be doing some amazing things and nobody will know about it--Parse gets this.&lt;/p&gt;
&lt;p&gt;Another sign of Parse's conviction, is the blog post rhythm hasn't changed since the acquisition of Facebook. I get the feeling that I will continue showcasing Parse's approach, much like I have done with Twilio, because they just get it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/KFooX9SyZLk" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Wed, 01 May 2013 21:12:07 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/05/01/parse-is-successful-by-truly-solving-problems-for-mobile-developers/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/05/01/parse-is-successful-by-truly-solving-problems-for-mobile-developers/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[API Commandment: Thou Shalt Not Forego Talking to a Person]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/no8fgvuksw0/</link>
	       <description>&lt;p&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/kin-lane/kin-lane-in-api-we-trust-trimmed.png" alt="" width="225" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;Listening to an episode of &lt;a href="http://trafficandweather.io/"&gt;Traffic and Weather&lt;/a&gt; yesterday, renewed a concept that John Sheehan(&lt;a href="https://twitter.com/johnsheehan"&gt;@johnsheehan&lt;/a&gt;), founder of &lt;a title="Runscope" href="https://www.runscope.com/signin?next=%2F"&gt;Runscope&lt;/a&gt; made in an &lt;a href="http://thenextweb.com/dd/2013/03/12/apis-are-dead-long-live-apis/?fromcat=all"&gt;article he wrote for NextWeb back in March&lt;/a&gt;. In the post, John walks us through his &amp;ldquo;Three Commandments for Using Someone Else&amp;rsquo;s API&amp;rdquo;, which, after listening to him talk about his story on &lt;a href="http://trafficandweather.io/post/46485798823/episode-8-im-going-to-withdraw-my-objection"&gt;Episode 8 of Traffic and Weather&lt;/a&gt;, I couldn't stop thinking about commandment #2:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;strong&gt;Thou Shalt Not Forego Talking to a Person&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;strong&gt;&lt;/strong&gt;An open API is a great way to test drive an integration, but it does not absolve you from the responsibility of building a relationship with the provider. If you can&amp;rsquo;t reach someone, that should be all the reason you need not to use that API.&lt;/p&gt;
&lt;p&gt;This commandment comes out of Johns unique experience which spans:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;Twilio - Experience managing large, successful developer ecosystem&lt;/li&gt;
&lt;li&gt;IFTTT - Experience being consumer of not just one, but many APIs&lt;/li&gt;
&lt;li&gt;Runscope - Providing tools that make API developers lives easier&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This experiences is what make John&amp;rsquo;s perspective unique.  He doesn&amp;rsquo;t just understand delivering APIs and managing developers, he knows what it is like to be a developer and consumer of APIs.  Which I think makes him either just the right balance or he&amp;rsquo;s his own worst enemy, not sure--could be both.&lt;/p&gt;
&lt;p&gt;Anyways, regarding John&amp;rsquo;s commandment: &lt;em&gt;Thou Shalt Not Forego Talking to a Person&lt;/em&gt;.  In the past I have put a lot of pressure on API providers to consider &lt;a href="http://apievangelist.com/2012/01/31/four-potential-levels-of-an-api-business-ecosystem/"&gt;different potential layers of their API ecosystem&lt;/a&gt;, and work hard to have a consistent approach to communicating, supporting and engaging with your developer ecosystem.  While this all holds true, and API owners should focus on healthy developer outreach, it is a two sided coin, in which developers are accountable too.&lt;/p&gt;
&lt;p&gt;The target audience for API Evangelist is API owners, so I guess my point is that as an API owner you have to craft a healthy communication and support framework, but also explain to developers when they sign up or are getting started, that while you&amp;rsquo;ll work to support them, it is up to them to step up and meet you halfway.&lt;/p&gt;
&lt;p&gt;In the hype fueled tech blogosphere it's easy to take sides, rather than actually discuss the nuances of API ecosystems, and give sustainable advice--something that only comes from domain experts like John Sheehan.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/no8fgvuksw0" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Tue, 30 Apr 2013 14:17:44 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/30/api-commandment-thou-shalt-not-forego-talking-to-a-person/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/30/api-commandment-thou-shalt-not-forego-talking-to-a-person/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[API Trends]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/0nGtE-yDiQk/</link>
	       <description>&lt;p&gt;&lt;a href="/trends/"&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/att/trends.jpg" alt="" width="250" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I study the API space.  I want to understand how we got where we are at, and try to understand where we are going with our usage of APIs.  To do this I monitor the best of the existing and new APis, using the blogosphere, Twitter, LinkedIn, Github and the open web looking for examples of how people are using APIs in different ways.&lt;/p&gt;
&lt;p&gt;Currently I monitor the blogs of 804 API related companies and 205 blog feeds from other news and blog sources, as well as around 1000 API twitter accounts.  As I read and curate this every day, I tag items according to a process I've evolved over 3 years of operation.  Then at the end of each week I look at which tags are trending for the week, based upon what I've written and other news items I've curated along the way.&lt;/p&gt;
&lt;p&gt;This is how I monitor trends.  When Is see a tag trending, and I feel the area is interesting or has potential, I tend to spin off the topic into its own trend area.  Now I can monitor it separately and potentially give it more attention, with the hope of finding new sources of information, companies and domain experts in this area.&lt;/p&gt;
&lt;p&gt;I have done this with four main areas I've seen trending in 2013:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a title="Aggregation" href="http://aggregation.apievangelist.com/" target="_blank"&gt;Aggregation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Aggregation" href="http://baas.apievangelist.com/" target="_blank"&gt;Backend as a Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Aggregation" href="http://reciprocity.apievangelist.com/" target="_blank"&gt;Reciprocity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Aggregation" href="http://realtime.apievangelist.com/" target="_blank"&gt;Realtime&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are just a few of the areas I've had time to isolate and spin off into their own research projects.  I have a short list of other areas I will tackle very soon, including voice, data analysis and visualization.&lt;/p&gt;
&lt;p&gt;None of these project areas are concrete.  They can change at any time, becoming entirely new areas or stay as it is, and since each project is its own Github repository, it can go idle, without any impact on the overall network--leaving it open for anyone else to use the data and content available within the project.&lt;/p&gt;
&lt;p&gt;I will add new trending projects as I find them and have time, as well as add news, companies, APIs, tools, services and any analysis to existing project areas.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/0nGtE-yDiQk" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sun, 28 Apr 2013 23:24:07 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/28/api-trends/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/28/api-trends/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[API Priorities]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/f7bhkbIY1-E/</link>
	       <description>&lt;p&gt;I spend a lot of time on API Evangelist getting excited about APIs.  Going on three years doing this, I'm getting a little more hardened in my view on what is "good" in the API space.  Along with that evolution, I'm getting my priorities in order.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/att/priorities.png" alt="" width="150" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;While I may get excited about cloud computing APIs or quantified self APIs, there are other areas I think are straight up priorities--ones that we can't ignore.  To support this I'm launching several research projects into areas I have labeled as API priorities:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a title="Federal Government" href="http://federal-government.apievangelist.com" target="_blank"&gt;Federal Government&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="City Government APIs" href="http://city-government.apievangelist.com" target="_blank"&gt;City Government&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Education APIs" href="http://education.apievangelist.com" target="_blank"&gt;Education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Library APIs" href="http://healthcare.apievangelist.com" target="_blank"&gt;Healthcare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="Library APIs" href="http://libraries.apievangelist.com" target="_blank"&gt;Libraries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="University APis" href="http://university.apievangelist.com/" target="_blank"&gt;Universities&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These represent areas I'm actively doing research in, looking for the best APIs, tools, services, building blocks and news while also generating as much analysis and white papers as I can to help define what is going on.&lt;/p&gt;
&lt;p&gt;As with all of the API Evangelist network of research projects, everything is a work in progress and represents what I have time to dive into.  If you see anything missing, or feel some priority areas are not represented, let me know.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/f7bhkbIY1-E" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sun, 28 Apr 2013 22:34:39 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/28/api-priorities/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/28/api-priorities/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Have You Taken A Look At AT&T APis Lately?]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/ETMzUNx5iEA/</link>
	       <description>&lt;p&gt;&lt;a href="http://developer.att.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/att/att-developer-program-logo.png" alt="" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have you taken a moment and looked at the APIs AT&amp;amp;T is offering through their &lt;a href="http://developer.att.com/"&gt;developer program&lt;/a&gt; lately? I think it is an interesting spread of API resources for a leading telco to offer, and is very telling about their strategy.&lt;/p&gt;
&lt;p&gt;This is one thing I like about my API monitoring platform, is that I'm forced to dive deeper into companies that are ubiquitous in the space, and make sure I'm kep in tune with where they are actually going.&lt;/p&gt;
&lt;p&gt;I thought &lt;a href="https://developer.att.com/developer/basicTemplate.jsp?passedItemId=12500043"&gt;AT&amp;amp;T's API catalog&lt;/a&gt; was interesting in its current state:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="padding-left: 30px;" border="0" cellspacing="0" cellpadding="10" width="95%"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/advertising_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=13400964"&gt;Advertising&lt;/a&gt; - Create a new revenue stream through the use of customized advertising. The Advertising API allows you to incorporate a simple, easy-to-use solution that supports revednue share-based monetization of your apps through the placement of paid advertising.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/call_management_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700025"&gt;Call Management&lt;/a&gt; - Pick a virtual telephone number and add real time, cross-carrier voice, and SMS communications to your app.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/device_capabilities_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700037"&gt;Device Capabilities&lt;/a&gt; - Returns important information about a device&amp;mdash;allowing you to customize your apps accordingly.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/in_app_messaging_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700029"&gt;In-app Messaging&lt;/a&gt; - Drive further engagement with your customers by allowing them to share information with friends and family directly from within your app.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/location_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700033"&gt;Location&lt;/a&gt; - Quickly and accurately pinpoint the location of an AT&amp;amp;T mobile device.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/mhealth_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://mhealth.att.com/" target="_blank"&gt;mHealth Platform&lt;/a&gt; - AT&amp;amp;T mHealth Solutions for healthcare combines mobility technologies, devices, connectivity, and apps to help minimize medical costs and deliver better patient outcomes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/mms_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700039"&gt;MMS&lt;/a&gt; - Multimedia Messaging Service (MMS) greatly enhances the power of your communications by moving beyond the text only capabilities of text based messaging.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/notary_management_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700047"&gt;Notary Management&lt;/a&gt; - Add the capability to digitally sign content or data payloads to your app.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/payment_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700035"&gt;Payment&lt;/a&gt; - Give your customers the convenience and security of having their in-app purchases charged directly to their AT&amp;amp;T bill.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/sms_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700031"&gt;SMS&lt;/a&gt; - Short Message Service (SMS) enables your application or service to reliably send and receive secure, targeted text messages and alerts to your AT&amp;amp;T mobility subscribers.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/speech_small.png" alt="Speech" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12500023"&gt;Speech&lt;/a&gt; - Allow your customers to interact with your app using their voice. You send us audio. We send you text. It's that easy.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Now with the option to customize our speech recognizer for your app.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Plus, Text to Speech.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/UVE_symbol.jpg" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700045"&gt;AT&amp;amp;T&amp;nbsp;U-verse&lt;/a&gt; - Enable your app with the U-verse TV experience and allow U-verse TV customers to "connect" their world to yours via this cutting edge IPTV service.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="width: 100px; height: 75px;" align="center" valign="top"&gt;&lt;img src="http://developer.att.com/home/api/wap_push_small.png" alt="" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="http://developer.att.com/developer/forward.jsp?passedItemId=12700041"&gt;WAP Push&lt;/a&gt; - Provide support to legacy device customers that have limited message content and formatting capabilities.&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Some of the APIs they offer are pretty straightforward like MMS, SMS, Location and Speech. &amp;nbsp;But the TV, Healthcare, Notary and even advertising seem like they are from a different planet. Which is a signal in itself I think.&lt;/p&gt;
&lt;p&gt;AT&amp;amp;T pops up on my radar a lot because of their presence at hackathons, and coverage in the blogosphere. &amp;nbsp;I'd like to make more time to dissect AT&amp;amp;T's approach to APIs from an outside perspective. I think there is a lot to learn from their strategy, both good and bad. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Stay tuned...&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/ETMzUNx5iEA" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sun, 28 Apr 2013 17:57:22 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/28/have-you-taken-a-look-at-att-apis-lately/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/28/have-you-taken-a-look-at-att-apis-lately/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Helping People Understand APIs Through Real World Examples]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/vbUN-19rN8k/</link>
	       <description>&lt;p&gt;&lt;a href="http://www.cfnnet.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/commercial-fueling-network/commercial-fueling-network.jpg" alt="" width="170" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'm always looking for easy, dead simple approaches to explaining APIs to people.  Having real world examples, that folks can relate with, go along way in helping people wrap their heads around the very abstract concepts that are APIs.&lt;/p&gt;
&lt;p&gt;While going for a walk today I was thinking back when I use to build technology for my parents trucking company, when one of the fuel expenses was for &lt;a href="http://www.cfnnet.com/" target="_blank"&gt;Commercial Fueling Network&lt;/a&gt; (CFN), which is a self-service commercial fueling station.&lt;/p&gt;
&lt;p&gt;Whether your a long haul trucker or local contractor, you can use CFN to get at an essential resource for your business, whatever the application. Any business can apply and join CFN, get a "key" to access fuel resources in a self-service way.&lt;/p&gt;
&lt;p&gt;APIs are the same approach to selling any "virtual" online resource, as CFN is to selling a "physical" fuel resource. CFN doesn't just put free gas alongside the road for anyone to take.  They have a portal where you know to go to get your resources, providing you with a key to access the fuel resources you need.  CFN then bills you for the usage of their resource.  You can be sure CFN has extensive data on how much fuel they sell and who it was sold to.&lt;/p&gt;
&lt;p&gt;With virtual resources, whether you are a iPhone developer or website developer you can use APIs to get at essential resources you will need for your business, whatever the type of applications you are developing. &amp;nbsp;Any developer can apply to use an API, and get a "key" to access the resources in a self-service way.&lt;/p&gt;
&lt;p&gt;The best part about the online approach is you can turn ANYTHING into a resource.  Your resource can be data in a database, specialized code you've developed or interact with anything in the physical world.&lt;/p&gt;
&lt;p&gt;This example works well for helping people to understand how APIs work, by using a real world example they may have experience with.  The best thing is, you can continue evolving this example by talking about the payment APIs used to process credit cards while fueling or the usage of APIs to interface with accounting or other administrative systems for businesses who use CFN.&lt;/p&gt;
&lt;p&gt;I'm adding this to my list of white papers and see if I can create a more polished version of it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/vbUN-19rN8k" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sat, 27 Apr 2013 17:41:36 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/27/helping-people-understand-apis-through-real-world-examples/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/27/helping-people-understand-apis-through-real-world-examples/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[Evolving Beyond API Service Providers and Tools to Goal Based API Toolkits]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/asqL9fJbRlY/</link>
	       <description>&lt;p&gt;&lt;img style="padding: 10px;" src="https://s3.amazonaws.com/kinlane-productions/api-evangelist/services/universe-expansion.png" alt="" width="325" align="right" /&gt;&lt;/p&gt;
&lt;p&gt;As the universe of APIs expands, I&amp;rsquo;m working to find new ways that I can discover, educate myself, then organize information around the most meaningful areas in the API space.  As part of this effort I&amp;rsquo;m reorganizing &lt;a title="API Evangelist" href="http://apievangelist.com"&gt;API Evangelist&lt;/a&gt; site into a network of small story groups, so that I can focus on a specific piece of this expanding API universe.&lt;/p&gt;
&lt;p&gt;Each portion of API Evangelist will run using what I call my &lt;a title="Hacker Storytelling" href="http://hackerstorytelling.com" target="_blank"&gt;Hacker Storytelling&lt;/a&gt; format, where I use Github Page, Jekyll along with a variety of JSON driven widgets that tell a story around a specific topic.&lt;/p&gt;
&lt;p&gt;The first story group I&amp;rsquo;m tackling is redefining two of my main sections which I had called &lt;em&gt;&amp;ldquo;service provider&amp;rdquo;&lt;/em&gt; and &lt;em&gt;&amp;ldquo;tools&amp;rdquo;&lt;/em&gt;. My original intent was to find resources people could use to deploy APIs, and if it was an online service I put it in service providers and if you could download and install, it went under tools.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m abandoning this approach and dismantling these sections and breaking them into goal oriented stories:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a title="API Design" href="http://design.apievangelist.com" target="_blank"&gt;Design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="API Deployment" href="http://deployment.apievangelist.com" target="_blank"&gt;Deployment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="API Managemet" href="http://management.apievangelist.com" target="_blank"&gt;Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Evangelism&lt;/li&gt;
&lt;li&gt;Monetization&lt;/li&gt;
&lt;li&gt;&lt;a title="API Discovery" href="http://discovery.apievangelist.com" target="_blank"&gt;Discovery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Consumption&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I don't have evangelism, monetization or consumption ready to go yet, but design, deployment, management and discovery are coming together nicely. You will be able to get at news, analysis, services and tools within these areas, as well as some overall thoughts about each area of the API universe.&lt;/p&gt;
&lt;p&gt;I'm doing this to help me focus on each aspect of the API space, allowing me to see just the news and the best of the companies who are active in that area. This approach really helps me curate and write very focused stories and white papers that serve each topic. I hope it offers similar value for you.&lt;/p&gt;
&lt;p&gt;My objective is to allow people to find information from two main areas, either using APIs or providing APIs. You can then navigate to individual areas within those two goal areas, with some overlap between them. In addition to toolkits for using or providing APIs, I'm also rolling out other story groups in the areas of API trends, priorities and opportunities.&lt;/p&gt;
&lt;p&gt;So stay tuned&amp;hellip;&lt;a title="API Evangelist" href="http://apievangelist.com"&gt;API Evangelist&lt;/a&gt; is always a living research project.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/asqL9fJbRlY" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Sat, 27 Apr 2013 14:28:29 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/27/evolving-beyond-api-service-providers-and-api-tools-to-goal-based-api-toolkits/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/27/evolving-beyond-api-service-providers-and-api-tools-to-goal-based-api-toolkits/</feedburner:origLink></item>  				
							
	    <item>
	       <title><![CDATA[APIs & The Federal Government]]></title>
	       <link>http://feedproxy.google.com/~r/ApiEvangelist/~3/mAC33Kn6DY8/</link>
	       <description>&lt;p&gt;&lt;a href="http://federal-government.apievangelist.com/" target="_blank"&gt;&lt;img style="padding: 15px;" src="http://kinlane-productions.s3.amazonaws.com/api-evangelist-site/blog/Building-a-21st-century-platform-to-better-serve-the-american-people-1.png" alt="" width="200" align="right" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is has been a while since I updated any of my research around APIs &amp;amp; the Federal Government.  In May 2012, I started monitoring the progress of the White House Digital Strategy, where I setup a &lt;a href="/federal_government.php"&gt;monitoring system that pings all 246 agencies&lt;/a&gt; to see if they have published their digital strategy yet.&lt;/p&gt;
&lt;p&gt;As we approach the one year anniversary, I expect we'll see a lot more news emerge around what various agencies are doing as part of the original mandate by the White House.  As of today there are now 23 federal agencies who have published their Digital Strategy at their domain.&lt;/p&gt;
&lt;p&gt;I have published &lt;a href="http://federal-government.apievangelist.com/"&gt;all of my research around my APIs &amp;amp; the Federal Government research at a permanent Github repository&lt;/a&gt;.  I will continue pushing all my research, curated stories and analysis there in real-time.  I have also published a handful of JSON data sets I have generated as part of the research:&lt;/p&gt;
&lt;ul class="mainlist"&gt;
&lt;li&gt;&lt;a href="https://github.com/kinlane/federal-government/blob/gh-pages/data/federal-agencies.json"&gt;Publish List of Federal Agencies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kinlane/federal-government/blob/gh-pages/data/federal-agencies-with-social.json"&gt;Publish List of Federal Agencies w/ Social&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kinlane/federal-government/blob/gh-pages/data/federal-agencies-digital-strategy.json"&gt;Publish List of Federal Agencies w/ Digital Strategy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kinlane/federal-government/blob/gh-pages/data/federal-agencies-digital-strategy-with-social.json"&gt;Publish List of Federal Agencies w/ Digital Strategy &amp;amp; Social&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find the JSON data for these areas, along with the PHP script I used to harvest, store and publish this data using the JSON version of each agencies Digital Strategy.&lt;/p&gt;
&lt;p&gt;While you can pull a list of federal agencies via &lt;span&gt;from the&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.usa.gov/About/developer-resources/federal-agency-directory/index.shtml" target="_blank"&gt;Federal Agency Directory API&lt;/a&gt;&lt;span&gt;, and each agencies social data using the&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.usa.gov/About/developer-resources/social-media-registry.shtml" target="_blank"&gt;Federal Social Media Registry API&lt;/a&gt;, the logos included with each agency is something I hand-rolled, so you won't find it anywhere other than here. &amp;nbsp;I gave the data to the GSA, and I hope they incorporate the agency logos into the Federal Agency Directory API.&lt;/p&gt;
&lt;p&gt;My &lt;a href="http://federal-government.apievangelist.com/"&gt;Federal Government Github project&lt;/a&gt; will be a permanent, living place for me to publish stories, news, data and the scripts I create around my research in the area.  I'm using my &lt;a href="http://hackerstorytelling.com"&gt;Hacker Storytelling&lt;/a&gt; format to keep everything up to date, openly licensed, while also keeping everything machine readable by default.&lt;/p&gt;
&lt;p&gt;I'm categorizing this project under "API Priorities".  It is a critical area that we need as many people involved as possible.  If you need an idea for a project, let me know.  I have endless ideas to suggest on how we can evolve our government using open data and APIs.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ApiEvangelist/~4/mAC33Kn6DY8" height="1" width="1"/&gt;</description>
	       <pubDate><![CDATA[Fri, 26 Apr 2013 10:40:55 PDT]]></pubDate>
	       <language>en-us</language>
	       <managingEditor>info@apievangelist.com</managingEditor>
	       <guid isPermaLink="false"><![CDATA[http://blog.apievangelist.com/2013/04/26/apis-and-the-federal-government/]]></guid>
	    <feedburner:origLink>http://blog.apievangelist.com/2013/04/26/apis-and-the-federal-government/</feedburner:origLink></item>  				
						
  </channel>
</rss>
