(no title)
terwey | 3 years ago
In Go I do this for gRPC using the build-in unit tests of the language.
It'll be painful but once complete you can hammer away at the code with a sledgehammer and know you didn't break endpoints if the tests pass.
terwey | 3 years ago
In Go I do this for gRPC using the build-in unit tests of the language.
It'll be painful but once complete you can hammer away at the code with a sledgehammer and know you didn't break endpoints if the tests pass.
poplarstand|3 years ago
I didn't realize Swagger/OpenAPI had a way to auto-generate its specification. Your comment led me down the rabbit hole and helped me to find a few options that might do the trick.
terwey|3 years ago