-
Hello i installed as documented
1. update application.config
'modules' => array(
'Application',
'ZF\ApiProblem',
'ZF\ContentNegotiation',
'ZF\OAuth2',
…
-
What I really like about the ApiProblem object is that I can explicitly set the response code right there for handing off the right kind of problem e.g., a 422 for a domain-model validation problem or…
-
Hi;
if i use **"Content Negotiation Selector": Json**; the paginator is not working correctly and
i always get 10 rows in collection, if i change it to HalJson it works as expecting
example:
``` ph…
-
In the authenticate method of the oauth2 adapter (https://github.com/zfcampus/zf-mvc-auth/blob/master/src/Authentication/OAuth2Adapter.php#L135) - if the response is an IdentityInterface, the output i…
-
If you configure a page size parameter, values that are not positive integers (or -1) will result in a 500 Internal Server Error and a stack trace. The exceptions that trigger this (vendor/zfcampus/zf…
-
I've created 3 database tables. City, State, Country. Inserted one row for each of them. Created those 3 db connected rest services, but when i try to use the get method for State, doesn't matter if u…
-
While testing some changes I'm making, I was confused by the test failures (failure to find API problems) until I noticed that while the "full" build is completed, the actual job doing the API analysi…
merks updated
2 years ago
-
Opening here as it was originally on zf-content-validation - https://github.com/zfcampus/zf-content-validation/issues/57
If an input body into an apigility API contains a field with a very large numb…
-
If you configure a page size parameter, values that are not positive integers (or -1) will result in a 500 Internal Server Error and a stack trace. The exceptions that trigger this (vendor/zfcampus/zf…
-
I've created 3 database tables. City, State, Country. Inserted one row for each of them. Created those 3 db connected rest services, but when i try to use the get method for State, doesn't matter if u…