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

Added support for OrkesApiClient without authentication #31

Closed gardusig closed 1 year ago

gardusig commented 1 year ago

Given that Orkes client will support no auth constructor, I think it's better placed outside of the auth namespace.

Test with local instance by using: SDK_INTEGRATION_TESTS_SERVER_API_URL="http://host.docker.internal:8080/api"