Ferdi Koomen

Results 52 comments of Ferdi Koomen

@Paden What do you mean with "client/XHR layer takes care of the back and forth". Did you implement a custom XHR request?

How are you configuring Axios, globally or per instance? because you can already set global interceptors.

@maciejgoscinski Sounds like a logical request, feel free to create a PR, or otherwise i'll put it on the roadmap

@nichujie This should be fixed now. 0.11.4 should have partial multi-part form data support (to start with). Could you validate if this works correctly now?

@cale148 let me quickly validate what we can do with arrays these should indeed just get converted to multipart data. Will push a fix first before closing this ticket (#695)

@cale148 dis you try it with the following spec: ``` "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "array", "items": { "type": "string", "format": "binary" } } } }...

@wei it's a good question. Originally i wanted to convert the properties to a more default formatting that we are used to in Typescript projects. I see a lot of...

@ricardojosegomezulmke That is correct, this is by design for this client generator.

@malko I have reopened the ticket, to keep track of the status.

@crizo23 i'm not following you :-) You want to make the service class interface and implement the service implementation yourself? You can use `--exportServices false` and just write your own?...