@terrestris/shogun-util
    Preparing search index...

    Interface SHOGunAPIClientOpts

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

    Properties

    Properties

    keycloak?: Keycloak

    The keycloak instance.

    url: string

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