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 goroutinesUse the Dense Analysis down converter for OpenAPI specs where you only have 3.0 spec support. See: https://denseanalysis.org/blog/post/2025-03-27-openapi-spec-converter/
aiohttp mode)fetch calls)git commit and use generated spec files and the generated code in other repos