openapi icon indicating copy to clipboard operation
openapi copied to clipboard

generate api symbols using a base64 of the hash of the api itself

Open disruptek opened this issue 5 years ago • 0 comments

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.

disruptek avatar May 07 '20 02:05 disruptek