Webservice icon indicating copy to clipboard operation
Webservice copied to clipboard

Bringing the power of the CakePHP ORM to your favourite webservices

Results 12 Webservice issues
Sort by recently updated
recently updated
newest added

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...

question
documentation

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,...

enhancement

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...

enhancement
question

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]...

enhancement
help wanted

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?

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.