AlbumRest icon indicating copy to clipboard operation
AlbumRest copied to clipboard

Sample rest implemention of album for Zend Framework 2

Results 1 AlbumRest issues
Sort by recently updated
recently updated
newest added

There is an error in the AlbumRestController.php in the update() function. It should not return a JsonModel but only the result of the get() because get() already returns a JsonModel....