Skip to content

steveandroulakis/temporal-cloud-api-client-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Cloud Ops API Usage Example

Temporal Cloud Ops API

Uses Temporal's API Protobufs and a Gradle plugin to compile at build time.

Running the example:

  • Create an API key in Temporal Cloud first. See the API docs above for instructions.
  • Set a TEMPORAL_CLOUD_API_KEY environment variable to your API key.
  • Run the server:
./gradlew -q bootRun -PmainClass=com.example.demo.DemoApplication

Then visit http://localhost:8080/ to see a list of users and namespaces for your Temporal Cloud account.

Debug Connection Run SSLTest.java to test the connection to the Temporal Cloud API.

About

Java client example for Temporal's Cloud Ops API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%