TypeScript helpers for consuming openapi-typescript types. Latest version: 0.0.15, last published: 7 months ago. Start using openapi-typescript-helpers in your project by running `npm i openapi-typescript-helpers`. There are 47 other projects in the npm
"openapi-typescript-helpers": "workspace:^" }, "devDependencies": { "@tanstack/react-query": "^5.62.8", "@tanstack/react-query": "^5.62.14", "@testing-library/react": "^16.1.0", "@types/react": "18.3.1", "@vitejs/plugin-react": "^4.3.4", "del-cli": "^5.1.0", "es...
@@ -11,10 +11,6 @@ import type { SuccessResponse, } from "openapi-typescript-helpers"; // Note: though "any" is considered bad practice in general, this library relies // on "any" for type inference only it can give. Same goes for the "{}" type. /* eslint-disable @typescrip...
openapi-typescript-helpers TypeScript helpers for consuming openapi-typescript types drewpowers •0.0.15•7 months ago•47dependents•MITpublished version0.0.15,7 months ago47dependentslicensed under $MIT 3,390,693 kschecker •2.20.2•2 days ago•159dependents•Apache-2.0published ver...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(2) 管理 管理 master pro 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。 提示 下载代码请复制以下命令到终端执行 ...
Type helpers for parameters and responses Installation npm install --save-dev @moznion/openapi-fetch-gen Usage CLI npx openapi-fetch-gen --input ./schema.d.ts --output ./client.ts Options: -V, --version output the version number -i, --input <path> path to input OpenAPI TypeScript defin...
This library has done things like custom OneOf<…> helpers, to swapping handling of intersections, all in the name of TypeScript behaving as you’d expect your OpenAPI schema to perform, which isn’t as straightforward as people think. Anyways, all that said, it’s not too late to ...
@openapi-typescript-infra/service An opinionated framework for building high scale services - web, api, or job. Uses OpenAPI, pino, express, confit, Typescript and vitest. This module creates an environment that makes it simpler to host a REST service (less repetition, more enterprise grade ...
OpenAPI client generator used to generate Oxide TypeScript SDK. Latest version: 0.7.0, last published: 11 days ago. Start using @oxide/openapi-gen-ts in your project by running `npm i @oxide/openapi-gen-ts`. There are no other projects in the npm registr
"generate-types": "cd ../openapi-typescript && pnpm run build && cd ../openapi-fetch && ../openapi-typescript/bin/cli.js ./test/fixtures/api.yaml -o ./test/fixtures/v7-beta.d.ts && npx openapi-typescript ./test/fixtures/api.yaml -o ./test/fixtures/api.d.ts", "generate-types...