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

Generate TypeScript types from OpenAPI 3 specs

Results 247 openapi-typescript issues
Sort by recently updated
recently updated
newest added

**Description** I'm trying to use a `redocly.yaml` to fetch an OpenAPI yaml from a private company repo, and it doesn't seem that my env var with my access token is...

bug
help wanted
good first issue
openapi-ts

Now i am using 7.0.0-next.7 version with generating enum option at node cli. with generation enum options, i can easliy generate enum from scheme. but when i checked the generated...

question
openapi-ts

## Changes Parse the schemas node in order to exports them as types at root level of the file. ## How to Review You can run examples with the `--root-types`...

**Description** I want to use the transform function to extract common enums from our API spec into separate type declarations (and even transform them into const arrays), by filtering by...

enhancement
PRs welcome
openapi-ts

**Description** I want to know which version of the API was used as the source for the generated TypeScript. The API that I am working with requires that the API...

enhancement
PRs welcome
openapi-ts

**Description** Navigating from call site to docs (aka generated typing) today is quite inconvenient as vscode is not able to navigate from the path argument parameter to the type def....

enhancement
PRs welcome
openapi-fetch
tricky

I have a `component.schema` of the following form: ``` "SomeSchemaName": { "title": "SomeSchemaName", "type": "object", "properties": { "somePropertyName": { "type": "object", "additionalProperties": false, "patternProperties": { "^[0-9]+$": { "$ref": "#/components/schemas/OtherSchemaName" }...

enhancement
PRs welcome

**Description** I'm trying to integrate openapi-fetch into a SvelteKit application. So far I used the fetch from SvelteKit to request data from the SpaceTraders API. For it to work I...

bug
openapi-fetch

Hey there, thanks for your work. Looks like needed one more fix for bun (with node works good). **Description** If fetch with the ban, it looks like an object that...

bug
openapi-fetch

Hoping to clarify the documentation at https://openapi-ts.pages.dev/cli#multiple-schemas; the example provided in the section specifies the output for both apis to be `./openapi/openapi.ts`, which implies to me that both api schemas...

PRs welcome
good first issue
openapi-ts
docs