Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weierophinney/phpbnl13statusapi

Repository for PHPBenelux 2013 ZF2 + RESTful Resources workshop
https://github.com/weierophinney/phpbnl13statusapi

Last synced: 3 days ago
JSON representation

Repository for PHPBenelux 2013 ZF2 + RESTful Resources workshop

Awesome Lists containing this project

README

        

Sample API Module for PHPBenelux 2013 Tutorial
==============================================

This is a sample module for use with a PHPBenelux 2013 tutorial delivered by Rob
Allen and Matthew Weier O'Phinney. It is used to demonstrate creating a RESTful
JSON API that uses application/hal+json and application/api-problem+json to
create structured responses that utilize hypermedia.

This particular API allows posting and manipulating "status" -- we will focus on
text-only status and image + text status.

TODO
----

- Fix StatusDbPersistence::update() to be a proper update, not a patch