openapi
openapi copied to clipboard
generate api symbols using a base64 of the hash of the api itself
When the API changes, the symbol changes. We can do this on a call-by-call basis; maybe args, arg names, arg types? Then diffs are smaller and reflect the API differences; you can even bind against particular versions -- typed API version checking at compile-time.