Anton Makrushin

Results 15 comments of Anton Makrushin

this feature is wanted in my job. Because many REST-like service providers describe interfaces with OpenAPI

I am working on that issue on my free time. Hope to finish in couple of months (it is not much work, can be done in couple of weeks) Question...

@lganzzzo may i ask you to assign me to this issue on github? Or may i assign myself?

Thanks, @lganzzzo. I started new project with simple controllers instead of async. https://github.com/makru86/oatpp-petstore-2 Thanks for the hint to use DTO_HC_EQ. Currently I don't have any questions. Maybe later. I will...

@lganzzzo , If you have, please share an example how to implement AuthorizationHandler for API-Key authorization scheme, with custom header name (api_key in case of petstore https://github.com/makru86/oatpp-petstore-2/blob/master/api/petstore.yaml#L623) As I saw...

It works! Thanks! ``` D |2023-05-15 17:29:35 1684151975973748| ApiKeyInHeaderInterceptor:endpoint: GET /store/inventory D |2023-05-15 17:29:35 1684151975973786| ApiKeyAuthHandler:authHeader: *********** D |2023-05-15 17:29:35 1684151975973792| ApiKeyAuthHandler:allow access: uid-admin D |2023-05-15 17:29:35 1684151975973797| ApiKeyInHeaderInterceptor:authorization granted:...

@lganzzzo I think the server is mostly finished and I plan to start working on generator soon. Remaining work for the server: - add endpoints to the test/MyApiTestClient.hpp - add...

Thanks for comments, @lganzzzo , It is interesting to learn Oat++ from you. Changes: - added tests for controllers using `MyApiTestClient` - added service interfaces and implementations - extracted a...

another examples of C++ generators can be viewed here https://github.com/OpenAPITools/openapi-generator/tree/master/samples/server/petstore