Options-object to configure the HBO-ICT.Cloud API
When the Options-object is incomplete, an exception is thrown detailing the missing information.
import { api } from "@hboictcloud/api";
api.configure({
url: "https://api.hbo-ict.cloud",
apiKey: "yourapikey",
database: "yourdatabasename",
environment: "targetenvironment"
});
Generated using TypeDoc
Configure the HBO-ICT.Cloud API