Info
Version: | 1.1.3 |
Author(s): | Gerhard Brueckl |
Last Update: | Wednesday, October 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gbrueckl/PowerBI.API.Client |
NuGet Url: | https://www.nuget.org/packages/gbrueckl.PowerBI.API |
Install
Install-Package gbrueckl.PowerBI.API
dotnet add package gbrueckl.PowerBI.API
paket add gbrueckl.PowerBI.API
gbrueckl.PowerBI.API Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 3.19.2)
- Microsoft.PowerBI.Api(>= 2.0.12)
- Microsoft.Rest.ClientRuntime(>= 2.3.6)
- Newtonsoft.Json(>= 11.0.1)
Tags
All objects from PowerBI are represented as native C# objects including all properties, functions/methods, etc. The Power BI REST API is very well documented here: https://docs.microsoft.com/en-us/rest/api/power-bi/ .
The wrapper includes most of the functionality that available via the REST API but due to the high frequency of updates this wrapper may be a bit slower to integrate the latest features.