News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell:
Five Clues That Your API isn't RESTful
January 23, 2013 @ 10:50:49

Lorna Mitchell has posted a quick checklist of things you can ask about your API to see if it's RESTful or not (five of them):

I get a lot of emails asking me to get involved with API projects, and that means I see a lot of both implemented and planned "RESTful" APIs. [...] A service of some other description may work better for other scenarios or skill sets, and non-RESTful services can be very, very useful. If you tell me that your service is RESTful, then I expect it to be. If you're not sure, look out for these clues:
  • It has a single endpoint
  • All requests are POSTs
  • Response metadata is in the body, not header
  • There are verbs in the URL
  • The URL includes method names

She suggests, though, that "being RESTful" isn't a requirement for "being useful" when it comes to APIs.

0 comments voice your opinion now!
api rest restful tips questions problems


blog comments powered by Disqus

Similar Posts

Lukas Smith: What is needed to REST in Symfony2

Felix Geisendorfer's Blog: New Google Analytics API / DataSource!

Zend Developer Zone: Ben Ramsey on XML, SOAP, and Web Services

HTNet: Painful Lesson Learned in WAMP Updating

Zend Developer Zone: Consuming WebThumb's API in PHP


Community Events











Don't see your event here?
Let us know!


language interview database release series conference functional example testing object opinion framework community development zendframework2 podcast introduction tool composer code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework