temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
75 stars 7 forks source link

[Feature] Implement a Client #39

Closed antstorm closed 2 years ago

antstorm commented 2 years ago

What was changed

Adding a Client implementation to communicate with the Temporal server

Why?

Crucial part of the SDK

Checklist

  1. Closes #4

  2. How was this tested: Integration tests with the Temporalite included, unit test to follow

  3. Any docs updates needed? No

antstorm commented 2 years ago

Please note that there are a few features intentionally left out to keep the PR size contained (which was achieved with various degrees of success 😅). The follow ups include: