RestBIClient

Understanding the RestBI Client

Class: RestBIClient

Constructor

new RestBIClient(serverURL: string)

Description: Creates an instance of the RestBIClient class.

  • Parameters:

    • serverURL (string): The base URL of the RestBI server.

Example:

const client = new RestBIClient('http://localhost:3000');

Last updated