Closed jmawebtech closed 6 months ago
@jmawebtech thanks for filing this issue, we are on it!
I also tried
Merge.Client.Merge merge = new Merge.Client.Merge(
"OMIT", "OMIT", new Merge.Client.ClientOptions() { BaseUrl = "https://api.merge.dev" } );
when I call var Items, I get System.Exception was thrown.
@jmawebtech we've root caused the issue and will be shipping a new SDK version tonight
OK please respond when the package is available on Github.
I receive this error:
System.InvalidOperationException: 'An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.'
Here is my code:
Merge.Client.Merge merge = new Merge.Client.Merge( "OMIT", "OMIT" );
Let me know next steps.