1.2.17 • Published 9 years ago
node-bi v1.2.17
node-bi
getting started
Use the PowerBi API and create your own Data Schema.
var myClientId = 'Set your client id here',
appConfig = {
"oAuth": {
"clientId": myClientId,
"uri": "login.windows.net",
"port": 443,
"path": "/common/oauth2/token",
"resourceUri": "https://analysis.windows.net/powerbi/api"
},
"powerBi": {
"uri": "api.powerbi.com",
"port": 443,
"path": "/v1.0/myorg/datasets"
}
},
dtoScheme = { ... },
powerBiService = new require('node-bi')(appConfig, dtoScheme);
powerBiService.login( <username>, <password>, function() {
powerBiService.sendData( <data> );
});
1.2.17
9 years ago
1.2.16
9 years ago
1.2.15
9 years ago
1.2.14
9 years ago
1.2.13
9 years ago
1.2.12
9 years ago
1.2.11
9 years ago
1.2.10
9 years ago
1.2.9
9 years ago
1.2.8
9 years ago
1.2.7
9 years ago
1.2.6
10 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago