正在加载视频...

视频加载失败

i accidentally made the best openapi client generator (again) and now it supports any TS schema validation lib, has an Effect based client, has a first-class Tanstack Query adapter, allows filtering to only some endpoints.. without plugins, just a few flags

17,537 次观看 • 2 个月前 •via X (Twitter)

11 条评论

alex 的头像
alex2 个月前

this time it comes with docs and an optional config file (same can be done through CLI only)

alex 的头像
alex2 个月前

and the playground now has some configuration options if you dont even want to install the package locally

alex 的头像
alex2 个月前

it supports fast inference (even on huge openapi files) with full discoverability (everything is just an autocomplete away) using types generation instead of relying on the schema validation library direct inference; tho you can still import the generated schemas

alex 的头像
alex2 个月前

repo is here!

Sebastien-console_buche 🪵 的头像
Sebastien-console_buche 🪵2 个月前

Dude seeing your name and that kind of tool together... I gotta try it asap. The status discrimination is chefskiss (btw nice vid, the one line change really sells it). Out of curiosity, what did you find lacking in possibly existing similar tools?

alex 的头像
alex2 个月前

it depends but usually one or more of these is missing: - fast type inference/autocomplete - a single discoverable api; rather than X files+methods to import from - lack of tanstack/effect integration - lack of support for generating X schema validation library

Sage ⚡️ 的头像
Sage ⚡️2 个月前

This is amazing! Would definitely try it out

Ghislain 的头像
Ghislain2 个月前

he did it again

Zeldri 的头像
Zeldri2 个月前

le goat comme dab

listless 的头像
listless2 个月前

looks cool, playground crashes when i try to paste json spec

alex 的头像
alex2 个月前

fixed! just tried it with Cloudflare huge spec

相关视频