Typescript Fetch - Add support for file response type#1496
Typescript Fetch - Add support for file response type#1496GabJac wants to merge 1 commit intoOpenAPITools:masterfrom StingrayDigital:fix-typescript-fetch-produce-return-type
Conversation
|
@macjohnny i did generate the samples but there was no change in them since there is no response of type file. |
|
@GabJac thanks for checking. If nothing has changed, then it is fine. |
|
Hey @macjohnny - Right you are. |
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. Let me know if you need help fixing it. |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.master,3.4.x,4.0.x. Default:master.@TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @nicokoenig (2018/09) @topce (2018/10)
Description of the PR
Changed the return type to a blob instead of json when the response type is a file.