Configure the HBO-ICT.Cloud API
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"}); Copy
import { api } from "@hboictcloud/api";api.configure({ url: "https://api.hbo-ict.cloud", apiKey: "yourapikey", database: "yourdatabasename", environment: "targetenvironment"});
Configure the HBO-ICT.Cloud API