Alexey Frolovsky

Results 2 issues of Alexey Frolovsky

### Changes New option `--extract-nested-objects` which parse interfaces recursivly. Related to https://github.com/acacode/swagger-typescript-api/issues/639 ### Fixes - add `extractResponses` to `index.d.ts` (for some reason, it wasn't there before)

When generating the client, we pass the swagger. A swagger can include complex objects. Such objects usually have nested objects. So, if we want to access this nested object from...