gbrueckl / PowerBI.API.Client

A C# wrapper for the Power BI REST API which allows you to easily integrate the Power BI API into your C# application.
MIT License
39 stars 14 forks source link

Added embedUrl from PowerBI API specification #7

Closed clintonbale closed 6 years ago

clintonbale commented 6 years ago

From the specification: https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/getdashboard

Allows getting the embed URL to embed dashboards into applications.

gbrueckl commented 6 years ago

Closed Pull Request