Options: {
    url: string;
    apiKey: string;
    database: string;
    environment: "mockup" | "dev" | "live" | string;
}

Holds all options for the HBO-ICT.Cloud API

Type declaration

  • url: string

    URL of the HBO-ICT.Cloud API

  • apiKey: string

    API-Key to authenticate yourself with the HBO-ICT.Cloud API

  • database: string

    Name of the database you want to query by default

  • environment: "mockup" | "dev" | "live" | string

    Name of the environment you want to manipulate files on

Generated using TypeDoc