phenotypical

phenotypical

Jan 13 / 6:46am

Bezos: "Use internal API's for everything, or you're fired."

Thanks to @mpwoodward for pointing this out:

As Yegger’s recalls that one day Jeff Bezos issued a mandate, sometime back around 2002 (give or take a year):

  • All teams will henceforth expose their data and functionality through service interfaces.
  • Teams must communicate with each other through these interfaces.
  • There will be no other form of inter-process communication allowed: no direct linking, no direct reads of another team’s data store, no shared-memory model, no back-doors whatsoever. The only communication allowed is via service interface calls over the network.
  • It doesn’t matter what technology they use.
  • All service interfaces, without exception, must be designed from the ground up to be externalizable. That is to say, the team must plan and design to be able to expose the interface to developers in the outside world. No exceptions.

The mandate closed with:

Anyone who doesn’t do this will be fired.  Thank you; have a nice day!

Filed under  //  api's   google   programming  
Jan 10 / 10:47am

Library of Congress Prints & Photos Goes JSON

The Library of Congress' recently re-released Print & Photographs Online Catalog (http://www.loc.gov/pictures/) provides a json serialization of the request-scoped state used to create every html page.  This immediately enables PPOC to serve as a simple API for developers to make use of while building other applications, integrating Library data in new and innovative ways.

Filed under  //  Gov 2.0 / Transparency / Civic Stack   REST   api's  
Apr 8 / 4:57pm

The Fitbit Public API has arrived.

Media_httpwwwfitbitco_yseyd

Fitbit is more than just a gadget - it’s a platform for wellness and awareness. Tracking steps, activities, food, sleep and a whole range of attributes about your life allows insights into how you can change your life and improve your well-being.  But so far you’ve been limited to using Fitbit’s website for what you can do with that data.  Well today all that changes.

 

Filed under  //  REST   api's   gadgets   health