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.