-
In your current code ApiProblemResponse class have this constructor
```php
public function __construct(ApiProblem $apiProblem)
{
$this->apiProblem = $apiProblem;
$this->setCu…
-
In your current code ApiProblemResponse class have this constructor
```php
public function __construct(ApiProblem $apiProblem)
{
$this->apiProblem = $apiProblem;
$this->setCu…
-
I've been trying to use apigility with doctrine for a long time now, but due the updates it was really hard to find a compatible version and now I'm having a weird behavior.
I will put all the steps I…
-
I try to figure out how listeners in ApiProblem works. They attach to different events but every event has different method/code and very similar flow to create ApiProblem. I'm ready to rebuild it, bu…
-
I've been trying to use apigility with doctrine for a long time now, but due the updates it was really hard to find a compatible version and now I'm having a weird behavior.
I will put all the steps I…
-
I try to figure out how listeners in ApiProblem works. They attach to different events but every event has different method/code and very similar flow to create ApiProblem. I'm ready to rebuild it, bu…
-
Hi!
I had updated my home assistant instances to 2022.09.07 yesterday and suddenly the remote homeassistant integration isn´t connecting anymore.
On state i can see "Reconnecting" but no connection …
mangp updated
2 years ago
-
I'm writing an error listener that listens for api problem responses and logs them. I'm generating a unique id for the log entry and would like to attach this to the api problem to be included in the …
pdizz updated
4 years ago
-
If I'm developing, there are 2 modules that turn off the error reporting
'ZF\ApiProblem',
'ZF\Rest',
I have to turn them off everytime I'm in development mode. I do have $_SE…
-
If I'm developing, there are 2 modules that turn off the error reporting
'ZF\ApiProblem',
'ZF\Rest',
I have to turn them off everytime I'm in development mode. I do have $_SE…