1.2.17 • Published 7 years ago

node-bi v1.2.17

Weekly downloads
85
License
-
Repository
-
Last release
7 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

7 years ago

1.2.16

8 years ago

1.2.15

8 years ago

1.2.14

8 years ago

1.2.13

8 years ago

1.2.12

8 years ago

1.2.11

8 years ago

1.2.10

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago