-
On my application, I'm trying to perform a login and retrieve the user profile back from the services.
I'm authenticating the user by performing an `/oauth` POST call with the following body:
```
{
…
-
Some CRUD tests fail, because - I assume - the test code is not in sync with the code tested.
In `ZFTest\Apigility\Doctrine\Server\ORM\CRUD`
**Test fetch() with listener that returns ApiProblem** fa…
akomm updated
9 years ago
-
Hello, First of all, thank you for this module, I was seeking a project like this.
I am beginner in apigility I am trying to configure a project to work with apigility, doctrine and oauth.
I add the p…
-
The UI is unable to show the source code of entities and collections.
It tries to load "/apigility/api/source?module=Foo&class=Foo\V1\Rest\Bar\BarCollection" and response: with
``` javascript
{
"type…
-
``` php
-
It seems that the DoctrineResourceEvents that were implemented for #77 are only useful for modifying collections or entities before they are provided through the endpoint. But what if you'd want to co…
-
i installed zf-apigility-doctrine using the latest apigility skeleton and when i visit the url: http://localhost:8888/apigility/ui#/
this is the output, no doctrine adapter menu is available.
![scree…
-
Hello, I'm struggling with zf-apigility-doctrine module.
I created an entity with Doctrine and created the respective MySQL db.
Then I activated the zf-apigility-doctrine module, logged in the admin p…
-
@nmallare and I were working within our application today and ran into the following scenario:
In the resource, we have helper functions that process the params provided by fetch/fetchall/update/crea…
-
OK, I get stuck with zfr-cors installation, so I get mad and put this:
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods', 'PUT, GET, POST, DELETE, OPTIONS');
header('Acc…