Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 686 Bytes

File metadata and controls

19 lines (13 loc) · 686 Bytes

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.