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

Ibuildings techPortal: Tips for Working with DateTime in PHP

PHPBuilder.com: PEAR's HTML_QuickForm

SitePoint PHP Blog: The Joy of Regular Expressions [4]

NetTuts.com: Advanced CodeIgniter Techniques and Tricks

Code2Learn.com: Using HighCharts with php , MySQL and CodeIgniter


Community Events











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


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

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