Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental cloud operations client #302

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Experimental cloud operations client #302

merged 1 commit into from
Jul 8, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Jul 8, 2024

What was changed

  • Added all cloud API protos
  • Added Temporalio.Client.ITemporalCloudOperationsClient and implementation and options
  • Updated core and all plumbing for new client
  • Added CI test for non-forks to perform cloud client call to ensure it works
  • Surfaced WorkflowService and OperatorService on ITemporalClient (had to go through .Connection before, but makes sense to surface as a shortcut the way we did with Python).

Checklist

  1. Closes [Feature Request] Cloud Operations API Client #244

@cretz cretz requested a review from a team July 8, 2024 17:57
@cretz cretz marked this pull request as ready for review July 8, 2024 17:57
@cretz cretz merged commit 4a6d4a0 into main Jul 8, 2024
7 checks passed
@cretz cretz deleted the cloud-ops-api branch July 8, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Cloud Operations API Client
2 participants