Skip to content

mastermanu/api-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal cloud api proto files (Preview)

These apis are currently preview only and access is restricted. They are not meant for production use and could change. Please reach out to Temporal support to request preview access.

How to use

Copy over the protobuf files under temporal directory to the project directory and then use grpc to compile and generate code in the desired programming language.

API Version

The client is expected to pass in a temporal-cloud-api-version header with the api version identifier with every request it makes to the apis. The backend will use the version to safely mutate resources.

Current Version:

https://github.com/temporalio/api-cloud/blob/main/VERSION#L1C1-L1C14

URL

The grpc URL the clients should connect to:

saas-api.tmprl.cloud:443

Samples

Refer cloud-samples-go repository for demonstration on how a project can copy and build Go clients.

About

Temporal cloud gRPC API and proto files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 100.0%