• Configure the HBO-ICT.Cloud API

    Parameters

    • newOptions: Options

      Options-object to configure the HBO-ICT.Cloud API

    Returns boolean

    Throws

    When the Options-object is incomplete, an exception is thrown detailing the missing information.

    Example

    import { api } from "@hboictcloud/api";

    api.configure({
    url: "https://api.hbo-ict.cloud",
    apiKey: "yourapikey",
    database: "yourdatabasename",
    environment: "targetenvironment"
    });

Generated using TypeDoc