This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Code generated for binary string file upload has syntax errors #15
Comments
Can you move to the new generator https://github.com/pmlopes/vertx-starter and check if the problem persists? |
@slinkydeveloper How do I test that branch locally? I'm trying to run
|
I also tried running the cli from npm:
|
OK, got it to run, but it's still generating Handlers instead of Services.
|
Perhaps I am expecting the wrong thing. My expectations are:
|
You must use an additional annotation to tell to generator how to map vertx eb addresses to eb services interfaces/implementations: https://github.com/pmlopes/vertx-starter/blob/develop/dist/webdocs/OpenAPI_Server_With_Services.md |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the following example snippet of OpenAPI spec:
The generated method has syntax errors:
Not sure what that should actually be. Probably a method which takes a
Buffer
as a parameter.The text was updated successfully, but these errors were encountered: