We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpClient already provides the base address. So we shouldn't also need uriPrefix (which is conceptually just part of the base address).
An additional benefit is that this lets the host fully control the endpoint.
The text was updated successfully, but these errors were encountered:
This will also flush out other concerns. We extract a connectorName from the uri:
Power-Fx/src/libraries/Microsoft.PowerFx.Connectors/Tabular/CdpTableResolver.cs
Line 96 in 8d2a190
we should avoid this because:
Worst case - we could still get this information from httpClient.baseAddress.
Sorry, something went wrong.
LucGenetier
Successfully merging a pull request may close this issue.
HttpClient already provides the base address. So we shouldn't also need uriPrefix (which is conceptually just part of the base address).
An additional benefit is that this lets the host fully control the endpoint.
The text was updated successfully, but these errors were encountered: