swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

TypeScript API generator via Swagger scheme

Results 247 swagger-typescript-api issues
Sort by recently updated
recently updated
newest added

After specifying `--disableStrictSSL` flag I continued to get ssl exception. After looking in debug, I discovered 2 options were set in `config` object: `disableStrictSSL: false` and `disableStrictSsl: true`. First one...

I tried to generate an api class based on the swagger file from emailengine. Everything went well in general, but some child types definitions were missing. For example ImapConfiguration SmtpConfiguration...

We have the following schema components in our swagger.json file: ``` "Gjennomforing_4_3": { "type": "object", "allOf": [ { "$ref": "#/components/schemas/Tvangsprotokoll" } ], "additionalProperties": false }, "Gjennomforing_4_4": { "type": "object", "allOf":...

Update `fetch-http-client.ejs` to work correctly with FormData File[] and to be consistent with the same correct handling in the axios template. Fixes #556

Hi, when the query param is an array it does not get generated as array. ## Example of swagger.json ```json "/api/integrations/{id}/files": { "get": { "tags": [ "integration-file-controller" ], "summary": "getIntegrationFiles",...

I found a little bug today. When generating a client with `--responses --extract-response-error`, I get a doc block that does not look as I expect. I would like it to...

Please, make it `^5.1.6`) Now we have two typescripts in our node_modules, because of your package.

It seems no option named "apiClassName" for the `generateApi` function, and I also try to set name to 'CustomizedAPI', and add a hook to alter the api class name, ```...

hi all, first of all i want to say that i LOVE this framework!!!! Now my suggestion: we have to deal with some strange openapi specs that have enum values...

it's really hard to overwrite the request function. so it will be nice if we can modify the 'http-client' file directly, and the changes should remain after next generating.