1.0.0 • Published 1 year ago
navify-vizserv-sdk v1.0.0
Visualisation SDK
The vizserv-sdk allows you to get dashboards from Visualization Service (vizserv) into your own app, using your app's authentication.
Get All Dashboards
Using npm:
npm i navify-vizserv-sdk
You can get all dashboards by using (getAllDashboards) API. Parameters expected :
- successCallback : function implemented for processing success response.
- failureCallback : function implemented for processing error response.
this.getAllDashboards = function(successCallback,failureCallback){ }
Show Dashboard
You can get specific dashboard by passing slug id using below API. Parameters expected :
element : html element ID on which the dashboard view will be mounted
slug : unique identifier of the dashbaord
filterJson : filter json in the required format
failureCallback : function implemented for processing error response.
this.showDashboard = function(element, slug, filterJson,failureCallback){}
1.1.7
1 year ago
3.0.9
1 year ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.0
2 years ago