Prodvana APIs
Prodvana APIs are available via gRPC and OpenAPI. Both are equivalent and you should use the protocol most suited to your codebase.
Protocol | API Address | Schema |
---|---|---|
gRPC | my-demo-organization.api.runprodvana.com | https://github.com/prodvana/prodvana-public/tree/main/proto |
OpenAPI | my-demo-organization.openapi.runprodvana.com | https://github.com/prodvana/prodvana-public/blob/main/schemas/gen/ProdvanaConfig.json |
Additionally, language-specific client libraries are provided for the following languages:
Client libraries are thin clients meant to streamline the creation of API clients. They are all based on gRPC.
Updated 7 months ago