Support non-batch operations?
Closed this issue · 1 comments
BrianVallelunga commented
A useful feature to add would be to allow the user to run a one-off non-batch operation to handle edge cases where the library doesn't support an API feature. Right now I can come up with a custom HTTP operation, but the library only exposes the Batch feature. What I'd like is for the library to either expose an HttpClient
that is configured properly with base URI and authentication, or create an ExecuteOperation<T>(Operation operation)
method for running arbitrary API calls. I'm willing to work on this feature if there is interest.
github-actions commented
Stale issue message