Marc Le Bihan

Results 9 comments of Marc Le Bihan

I do agree with ShadowJohathan. And the OpenAPI/Swagger client generator is one of the most useful tool created this ten last years, with _Liquibase_ and _Git_. Tagging your server REST...

- I've sent the content of `samples/server/petstore/cpp-pistache-everything`. - I didn't find a `cpp-pistache` workflow in the `.github/workflows` folder to take it for example to create a workflow for `cpp-pistache-everything`. If...

`./bin/utils/ensure-up-to-date` returns "_Git working tree is clean_" locally now.

Object for C++ pistache looks working correctly with: https://github.com/OpenAPITools/openapi-generator/compare/master...mlebihan:openapi-generator:any_type (my test isn't accurate and working, but the generation looks to be)

Hello, Is this issue only a configuration file problem? I'm trying to work on this issue that also affects some others generators, but not all of them. I did few...

Object for C++ pistache looks working correctly with: https://github.com/OpenAPITools/openapi-generator/compare/master...mlebihan:openapi-generator:any_type change (my test isn't accurate and working, but the generation looks to be)

There's currently no tests available under pistache server. I've implemented a small server responding to get id, after having pulled master as the PR is merged. ```cpp #include "PetApiImpl.h" namespace...

This fix (in need of further testings) seems to allow generation: https://github.com/OpenAPITools/openapi-generator/compare/master...mlebihan:openapi-generator:cpp-restsdk_Missing_Set_h_9969 @dratchkov I did also a change in cpp-pistache-server to consider the `set` as a `std::set` and not a...

@reitsma I have to generate an API from those yaml I've received, all going into the same model, api generation folders: ``` catalogresponses.yaml config.yaml coverages.yaml featuretypes.yaml manifests.yaml owsservices.yaml settings.yaml workspaces.yaml...