1.0.0 • Published 2 months ago

navify-vizserv-sdk v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

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

2 months ago

3.0.9

2 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

4 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.0

5 months ago