Ferdi Koomen
Ferdi Koomen
@crizo23 thanks, i think i got the general idea. So instead of exporting this: ``` export class SimpleService { public static async getCallWithoutParametersAndResponse(): Promise { const result = await __request({...
Good point @jesperkristensen will schedule this for the next release
@sjoerdmulder Yes, great idea, we have a similar problem with the FormData. See the ticket here: https://github.com/ferdikoomen/openapi-typescript-codegen/issues/658 I haven't prioritised this, since most projects I'm working on use JSON bodies...
@sjoerdmulder Cool, you probably already found these, but still good to mention: **Swagger (version 2)** - `parameterObject` allows you to set the `collectionFormat` to control the formatting: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#parameterObject **OpenAPI (version...
@stefanprobst you might be right, it could be that this is not taken into account
@aryzing The only problem here is XHR support, at the moment we rely on a custom handler for this. Maybe we can reuse the AbortController and hook into that.
@mstosio You can cancel the promises that you get back from the service: ``` // Save the promise / request that comes out of the service call const req =...
How are you consuming the output, inside a nodeJS application? Because the requirement to have `.js` inside imports is a Node specific issue, maybe we should limit these changes to...
Sorry for the lack of communication from my side guys! I recently merges some PR's, will need to perform some testing before creating a new release. I will publish this...
@Floppy012 @PaulVrugt Sorry for the lack of communication from my side, we are building a house and that takes up most of my time, i recently did stop freelance project...