News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney:
RESTful APIs with ZF2, Part 2
February 14, 2013 @ 09:15:06

Matthew Weier O'Phinney has posted the second part of his series looking at creating RESTful APIs with the Zend Framework v2. In the previous post he covered some of the basics of data and structure. In this new article he looks at content types, status codes and two ways to represent them back to your users.

In my last post, I covered some background on REST and the Richardson Maturity Model, and some emerging standards around hypermedia APIs in JSON; in particular, I outlined aspects of Hypermedia Application Language (HAL), and how it can be used to define a generic structure for JSON resources. In this post, I cover an aspect of RESTful APIs that's often overlooked: reporting problems.

He starts with some of the things around error handling and APIs that bother him and why just returning a status code representing an error isn't enough. He suggests two possible solutions to this issue - two messaging formats, API-Problem and vnd.error. He gives brief summaries of each and includes example output to give them some context.

0 comments voice your opinion now!
zendframework2 rest api tutorial series error handling apiproblem vnderror


blog comments powered by Disqus

Similar Posts

PHPit.net: Having fun with PHP\'s output buffer

PHP-GTK Community Site: Locating PHP-GTK developers

Joshua Thijssen: Introducing the REST cookbook

HowToForge.com: Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1

DevShed: Getting PHP to Talk to MySQL


Community Events











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


zendframework2 phpunit series opinion application introduction release interview example conference tool podcast development unittest language testing code functional community framework

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