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

Lorna Mitchell's Blog: Building A RESTful PHP Server: Routing the Request

Cal Evans' Blog: Bing Search API wrapper for PHP

Jan Lehnardt's Blog: CouchDb PHP Library for JSON API

Matthew Weier O'Phinney: RESTful APIs with ZF2, Part 2

Zend Developer Zone: PHP Abstract Episode 1 - PHP Secuity Tips


Community Events











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


zendframework2 community usergroup series release introduction functional symfony2 rest framework phpunit opinion database conference testing podcast example interview language development

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