Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattmanser
203 days ago
OpenAPI does the same thing for http requests, with tooling around it.
With typed languages you can auto-generate OpenAPI schemas from your code.
1 comments
wrs
203 days ago
Yep, OpenAPI is also a good choice nowadays. That’s typically used with the
assumption
you’ve chosen a supported subset of queries. With GQL you have to add that on top.
link