<PackageReference Include="Relativity.Api" Version="10.1.116.12" />

DelegateServiceUrisProvider

This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
public DelegateServiceUrisProvider(Func<Uri> restDelegate, Func<Uri> rsapiDelegate, Func<Uri> authenticationDelegate)

This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.

This provides the IdentityServer location for authentication calls.

public Uri RestUri()

This provides the Rest endpoint for Kepler calls.

public Uri RSAPIUri()

This provides the RSAPI endpoint for RSAPI client calls.