openapi-client icon indicating copy to clipboard operation
openapi-client copied to clipboard

Generate ES6 or Typescript service integration code from an OpenAPI 2 spec

Results 21 openapi-client issues
Sort by recently updated
recently updated
newest added

Bumps [thenify](https://github.com/thenables/thenify) from 3.2.1 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) 3.3.0 / 2017-05-19 feat: support options.multiArgs...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

For an endpoint specified like this: ```yaml /pets: get: description: Example security: [] ``` Currently openapi-client still will add security to the endpoint, just because the array exists. This change...

Hello. Could you tell me how I can use it with Angular2+? Is openapi-client support third version of the openapi?

When using this in dev vs prod, we override the spec at build time with a different host and securityDefinition. The spec object becomes a new optional param to init...

I don't have a particular need for the additional interfaces provided by this library (i.e. `ServiceRequest`). I'm mostly interested in the typescript interface generation. Is there a way that logic...

I had some issues getting this package to compile, got various Typescript errors, etc., probably because I use a recent Node version. In those commits I have updated all dependencies,...

Thanks for the package. my problem is that it is generates classes with dot in the parameters and functions: ``` export const _PASSPORT_CTRL.LOGIN_START = 's/PassportCtrl/_PASSPORT_CTRL.LOGIN_START' export function PassportCtrl.login(body: api.UserLogin): Promise...