2 month ago
deusx : baltic-avenue - Project Hosting on Google Code - "This project allows you to host a "private instance of S3" on top of Google's infrastructure (big table, etc), leveraging existing client S3 libraries and applications - no need to reinvent the wheel."
# copy6 month ago
nelson : REST-* - Promising to bring the complexity of Enterprise Software Integration to the simplicity of RESTful web services
# copy12 month ago
deusx : RPC and its Offspring: Convenient, Yet Fundamentally Flawed - "RPC is a convenient but flawed accident of history ... 1980s research focused on monoliths of programming languages, distributed applications, and operating systems ... each computer vendor of the time owned their own full stack, from language
# copy13 month ago
deusx : I finally get REST. Wow. - The Tripping Point - Pluralsight Blogs - "The essence of REST is to make the states of the protocol explicit and addressible by URIs. The current state of the protocol state machine is represented by the URI you just operated on and the state representation you retrieved. You change state b
# copy14 month ago
deusx : Web Hooks and the Programmable World of Tomorrow - SlideShare
Simon Willison : Web Hooks and the Programmable World of Tomorrow - Web Hooks and the Programmable World of Tomorrow. Tour de force presentation on Web Hooks by Jeff Lindsay. Tons of really good ideas—provided your application isn’t Flickr sized, there’s a good chance you could implement web hooks pretty cheaply a
# copy15 month ago
deusx : PUT vs POST in RESTful Web Service « vincenthome’s Tech Clips - "This explains when to use POST or PUT for creating new resources. The answer ultimately lies in who is responsible for determining the new resource’s URI. If the client is in charge, the client can use PUT to the new URI (like we did for user acco
# copy17 month ago
nelson : 1,000 Web APIs - Nice directory of APIs. Surprised that as much as 22% of them are SOAP. Sorry!
# copy17 month ago
deusx : Dare Obasanjo aka Carnage4Life - REST API Design: Invent Media Types, Not Protocols and Understand the Importance of Hyperlinks - "links should be used for describing relationships between resources in the various payloads instead of expecting hard coded URL structures. Again, I'm drawn to the example of RSS & Atom feeds where link relations are used for defining the p
# copy17 month ago
deusx : REST APIs must be hypertext-driven » Untangled - "What needs to be done to make the REST architectural style clear on the notion that hypertext is a constraint? In other words, if the engine of application state (and hence the API) is not being driven by hypertext, then it cannot be RESTful and can
# copy17 month ago
Simon Willison : Versioning REST Web Services - Versioning REST Web Services. Peter Williams suggests using a vendor MIME media type in the Accept header to specify a required API version, because embedding the API version in the URL itself leads to a single resource ending up with many different URL
deusx : Peter Williams - Versioning REST Web Services - "Changes to REST/HTTP web service interfaces come it three basic flavors, changes to the properties associated with a type of resource, additions of new types of resources and deprecation of obsolete types of resources. If you are following the HATEO
# copy
18 month ago
deusx : ongoing · Learning REST - "I was talking to a colleague who has to become savvy in a hurry about modern Web applications and he asked “How do I learn about REST?” Good question. I thought of a couple of suggestions, then asked Twitter and got some more. Here they are.&quo
# copy
19 month ago
deusx : Request Weblog #Frog: REST Request - "But on a technical level, the point is not that "whatever!" is evil. The point is that if you chip a piece off "whatever!" and make it mean something specific, you can optimize around the constraints and reap the benefits."
Rod Begbie : REST Request - Another handy REST post. The API I'm building at work currently only uses GET & POST, this helps explain that it's still "RESTful" [via] #
# copy
19 month ago
deusx : Dare Obasanjo aka Carnage4Life - Explaining REST to Damien Katz - "At this point, the benefits of building RESTful services for the Web should be self evident. The Web has a particular architecture and it makes sense that if you are deploying a service or API on the Web then it should take advantage of this archite
Simon Willison : Explaining REST to Damien Katz - Explaining REST to Damien Katz. I didn’t know that it was Mark Baker back in 2002 who first pointed out that SOAP was flawed because it ignored the architecture of the Web as defined by Roy Fielding’s Ph.D thesis.
Rod Begbie : Explaining REST to Damien Katz - A good "Wherefore REST?" post. [via] #
# copy
20 month ago
jcgregorio : Joe Gregorio | BitWorking | The role of REST in Cloud Computing
deusx : Joe Gregorio | BitWorking | The role of REST in Cloud Computing - "I am in no way saying that AtomPub is the solution. What I am pointing out is that if you want federation then you need to design your protocols and APIs RESTfully. In this example it is hypertext, link following, in the AtomPub spec that allows the
# copy
20 month ago
joshua : beyond rest - an additional idea past kellan and rabble's xmpp ideas
deusx : joshua's blog: beyond rest - "In some ways this is slightly more elegant than the XMPP solution as neither side has to maintain a dedicated long-running process. ... There are a number of people on inexpensive service providers who have at best web scripting hosting and not much
# copy
23 month ago
mmb : http://tinydb.org/ - http://tinydb.org/ via programming: new: tinydb.org — similar to tinypic, but for chunks of XML / JSON data [via]
deusx : tinydb.org - "store some tiny data in a tiny url"
Andy Baio : TinyDB, store tiny data in a tiny URL - store variables with a POST or GET, get it back in JSON or XML [via]
# copy
26 month ago
nelson : The tired REST soldier - A bit crazy to personalize this so much, but glad Mark feels a victory
# copy
26 month ago
deusx : Blinksale | Blinksale API - "The API follows the REST style, and this guide should provide everything you need to implement software that works with Blinksale."
# copy
26 month ago
deusx : Ian Bicking: a blog :: Documents vs. Objects - "Resources and objects are in many ways similar, but in other ways completely opposite."
# copy
28 month ago
deusx : InfoQ: A Brief Introduction to REST - "In this article, I will try to provide a pragmatic introduction to REST and RESTful HTTP application integration without digressing into this debate"
# copy
30 month ago
deusx : Reactions to the ESB Question :: Steve Vinoski’s Blog - "At the end of the day, if you want to ignore my advice on using REST and dynamic languages, that’s your own problem. ... All I know is that I’m using them very successfully as part of what I’m working on these days, and it’s simply glorious.
# copy
30 month ago
deusx : Blogging From Berkeley: Session State is Evil - "So stop asking the server to "hold on to things" for you. Please. If you do that one simple thing when you build an application architecture, you have freed the server infrastructure; you have given it wings."
# copy
30 month ago
deusx : Sam Ruby: Introducing Basura - "It is my hope that eventually there will be as many clients and servers implementing this interface as there are for XMPP."
# copy
32 month ago
Jeremy Zawodny : Google Search API for research - Google Search API for research: "The Google Search API -- which, after deteriorating badly, was shut down about a year ago -- has been reborn in a version only available to researchers..."
nelson : Google search API for research - There is a supported way to do search requests to Google, for research purposes. It's a simple RESTish API
# copy
32 month ago
deusx : URI Template - draft-gregorio-uritemplate-01 - "URI Templates are strings that can be transformed into URIs after embedded variables are substituted. This document defines the syntax and processing of URI Templates."
# copy