Dmitry Lezhnev
Dmitry Lezhnev

This package validates PSR-7 messages (HTTP request/response) against OpenAPI specifications. It has some nice tracking and mentions, like this: https://twitter.com/philsturgeon/status/1125287278631378944 It is tested and actively developed.
Hi, Elliot! I wonder if this library had traction over the last three years? If not - is there something better that you use?
Hi! It looks obvious but I wasn't able to locate Session data collector. Can I see session state within the bar?
If I have an array: ```php $array = [ "key1" => true, "key2" => false ]; ``` then can I check that array has only `key1` and nothing else? ```php...
Hi! I was looking for some library to validate complex arrays against predefined patterns. This library looks powerful but it lacks for more examples. I wonder if you could write...
Hi! Let's say that two people develop two independent API documents (each has standard openapi schema: `openapi`, `info`, `paths`). Does this tool merge these two files into a single openapi...
We see that some requests return erroneous responses like this one: ``` Response ------- Headers: { "request-id": "kAd93dduv2eyfPBYF1RHNg", "date": "Tue, 21 Jun 2022 11:01:11 GMT", "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\";...
I was testing campaign creation and particular case: name duplication error. I found out that different exceptions are thrown in the runtime: - when `grpc` is enabled I get `\Google\Ads\GoogleAds\Lib\V2\GoogleAdsException`...
As described here https://swagger.io/docs/specification/authentication/ possible security schemas are: - [x] http - [x] apiKey - [ ] openIdConnect - [ ] oauth2 See `\OpenAPIValidation\PSR7\Validators\SecurityValidator` This ticket is to track activities...