Webservice
Webservice copied to clipboard
Bringing the power of the CakePHP ORM to your favourite webservices
Has anyone has any luck with an endpoint that returns an image? I get the error: ``` Argument 2 passed to Muffin\Webservice\Webservice\Webservice::_transformResource() must be of the type array, null given,...
When an API returns a different result than the submitted data, we use "AfterSave" callback to catch this result
This is still very early. This would require cakephp/cakephp#9002 to be merged.
I have been successfully able to get a read query working, but unable to get create and update working. I've looked through community examples but I'm unable to find any...
My api response contains a meta element with the pagination data for the response. ```json { "meta": { "pagination": { "page": 1, "next_page": 2, "previous_page": null, "total_results": 102, "total_pages": 6,...
Hi, I'm trying to use your very promising plugin to implement some CRUD on a custom webservice but I'm facing a problem when creating a form in the view. The...
It should be possible to use CrudView with the Webservice plugin. For this quite a few things have to happen. Some of the things that need to change: - [x]...
Cake5
An updated version of MolbioUnige's PR, to fix the pipeline and fix various typing issues. PR into MolbioUnigue's repo: https://github.com/MolbioUnige/Webservice/pull/1
Are there any plans for CakePHP 5.x compatibility?
Cake5
Hi, here's my attempt in upgrading Webservices to cakePHP5. I copied quite a few lines from the elastic-search plugin, and I can't deny some cargo culting here and there.