Skip to content

Release v4.1.0

Compare
Choose a tag to compare
@DigitalFlow DigitalFlow released this 31 Mar 11:28
· 14 commits to master since this release
46f78a5

✨ 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/";