conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Rest Client Upgradation & Interface Segregation #102

Closed Jithesh-poojary closed 7 months ago

Jithesh-poojary commented 7 months ago

This PR contains the following changes:

  1. Separation of Interfaces from the classes
  2. Rest Client Upgrade (closes #87 )
  3. Test cases for WorkFlowResourceApi