This page documents Dense Analysis recommendations for connecting APIs together and how microservices in general ought to be bridged together.
This section lists the best ways to make REST API request calls from code in different languages.
net/http
standard library calls with goroutines.Use the Dense Analysis down converter for OpenAPI specs where you only have 3.0 spec support. (This doesn’t exist yet, and we will be converting https://github.com/apiture/openapi-down-convert/blob/main/src/converter.ts to Go code with unit tests and copyright attribution.)
aiohttp
mode)fetch
calls)git commit
and use generated spec files and the generated code in other repos