interface SHOGunAPIClientOpts {
    keycloak?: Keycloak;
    url: string;
}

Properties

Properties

keycloak?: Keycloak

The keycloak instance.

url: string

The URL to the SHOGun instance, e.g. '/api'. The default is to '/'.