-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cpp boost beast client #12197
base: master
Are you sure you want to change the base?
Cpp boost beast client #12197
Conversation
@LukasWoodtli thanks for the PR. I got build errors as follows:
Can you please take a look when you've time? Maybe merge the latest master into your branch? |
396598e
to
91b6c8b
Compare
So finally I managed to pass all test |
Thanks. Let me test it out over the weekend. |
I look forward to getting some feedback. |
UPDATE: Tried to test it in the Travis CI but got
Ref: https://app.travis-ci.com/github/OpenAPITools/openapi-generator/builds/249795681 looks like we need to update cmake to a newer version in the CI I'll try to test it locally for the time being. |
Made some fixes. |
I tried to test it in a linux box but got the following errors:
Can you please take a look when you've time? |
Fix maven pom
2cf634c
to
3a1812b
Compare
UPDATE: compiled without issues but somehow the tests couldn't run to completion:
|
Currently I don't have any resources left to work on that generator. The project that this would be needed for is on hold. Sorry for that. But I hope that I will be able to continue to work on this generator asap... |
C++ Boost Beast client code generator
Generated example code is committed under the samples directory and integration tests are also available there.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
I'm happy to get some feedback
@ravinikam
@stkrwork
@etherealjoy
@MartinDelille
@muttleyxd