3 references to HelixApiOptions
Microsoft.DotNet.Helix.Client (3)
ApiFactory.cs (1)
46
return new HelixApi(new
HelixApiOptions
(new Uri(baseUri), new HelixApiTokenCredential(accessToken)));
generated-code\HelixApi.cs (2)
54
:
this
(baseUri, null)
59
:
this
(new Uri("https://helix.dot.net/"), credentials)