WeSearch

Hey API – OpenAPI to TypeScript in Seconds

·6 min read · 0 reactions · 0 comments · 14 views
#api#typescript#openapi
Hey API – OpenAPI to TypeScript in Seconds
⚡ TL;DR · AI summary

Hey API offers a tool for quickly converting OpenAPI specifications to TypeScript. The service is free and open source, providing production-grade API infrastructure along with various plugins. It has gained significant traction, with 2.8 million downloads in the last week alone.

Key facts
Original article
Hey API
Read full at Hey API →
Opening excerpt (first ~120 words) tap to expand

(function(){const defaultInput = "openapi"; const defaultOutput = "typescript"; const inputAttr = "codegenInput"; const inputKey = "hey-api__toggle:codegen-input"; const outputAttr = "codegenOutput"; const outputKey = "hey-api__toggle:codegen-output"; const pattern = "\\/codegen\\/(asyncapi|openapi)\\/(typescript|python)"; (function () { var match = window.location.pathname.match(new RegExp(pattern)); var input = match ? match[1] : null; var output = match ? match[2] : null; if (!input) { try { input = localStorage.getItem(inputKey); } catch (_) {} } if (!output) { try { output = localStorage.getItem(outputKey); } catch (_) {} } document.documentElement.dataset[inputAttr] = input || defaultInput; document.documentElement.dataset[outputAttr] = output || defaultOutput; })(); })(); soon…

Excerpt limited to ~120 words for fair-use compliance. The full article is at Hey API.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Hey API