I need to know if we can use Zend Framework to power a REST API?
Does Zend_Rest_Client support traditional object API work e.g.
PUT an object, GET and object, POST an object
Most REST API's I've seen have mostly been oriented around object management and not services or methods.
The help will be appreciated.
Thanks.
Here is an excerpt from the reference manual that I hope answers your question. (The short answers is yes.)
and from the Zend_Rest_Client API