|
|
|
|
|
by crabmusket
345 days ago
|
|
Brb, I'm off to invent another language independent IDL for API definitions that is only implemented by 2 of the 5 languages you need to work with. I'm joking, but I did actually implement essentially that internally. We start with TypeScript files as its type system is good at describing JSON. We go from there to JSON Schema for validation, and from there to the other languages we need. |
|
Watch out, OpenAPI is now 3 versions deep and supports both JSON and YAML.