NeonN
Neon2y ago
6 replies
dangerous-fuchsia

TypeScript library for neonctl?

Does anyone have advice for how to interact with the Neon "control" API (like neonctl), but from TypeScript? All of my CI scripts are written in TypeScript, and I would like to avoid untyped shell calls & untyped API calls since it's harder to maintain without docs in IDE.
So, if I want to have typescript types, should I generate an API client from OpenAPI specs, or is there something existing I can use?
Was this page helpful?