Release v4.1.0
✨ Support for PowerApps Portals via setting of WebApiClient.ClientUrl
to /_api/
.
Like below:
WebApiClient.ClientUrl = "/_api/";
For TypeScript you currently have to use a workaround, we're working on a fix:
(WebApiClient as any).ClientUrl = "/_api/";