1.2.17 • Published 10 years ago

node-bi v1.2.17

Weekly downloads
85
License
-
Repository
-
Last release
10 years ago

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

10 years ago

1.2.16

10 years ago

1.2.15

10 years ago

1.2.14

10 years ago

1.2.13

10 years ago

1.2.12

10 years ago

1.2.11

10 years ago

1.2.10

10 years ago

1.2.9

10 years ago

1.2.8

10 years ago

1.2.7

10 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

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago