Ferdi Koomen

Results 52 comments of Ferdi Koomen

@altarrok Do you have the full spec for me (if you cannot send it via github, then please send me an email: [email protected]). Then i'll have a look to see...

Can you share the operation spec itself? For the tests i am using the following: Is there a big difference between this and what you are using? ```` "post": {...

@altarrok That is weird, since the specs basically describes your server is expecting a property in the query called `pag pageable`. So if the server would receive `http://localhost:8080/hackathon/search?page=0&size=1&sort=location` then this...

Yeah there is indeed some logic in the Java based generator that im trying to figure out: ``` /** * Formats the specified query parameter to a list containing a...

@altarrok https://github.com/swagger-api/swagger-codegen

You can download and run it like this: ``` curl https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.21/swagger-codegen-cli-3.0.21.jar -o swagger-codegen-cli-v3.jar ``` ``` java -jar ./swagger-codegen-cli-v3.jar generate -i myspec.json -l java -o generated ```

Ill need to have a look here: https://swagger.io/docs/specification/describing-parameters/#query-parameters And just pick a direction 😃 anyway it seems some work is needed here. Will keep the ticket open.

@altarrok Sure, send me a message ([email protected]) and let's chat. Would be nice to implement this

@NicoVogel Sounds interesting, i know that at my current project we are also using this formatting. However the issue i see is: How do we convert back the date to...

@NicoVogel let me have a look at some other production samples and get back to you. If date-time is indeed standard then that would be nice to auto-convert 🙂