manifesto
    Preparing search index...

    Class Utils

    Index
    • Parameters

      • response: any

      Returns any

    • Returns Error

    • Parameters

      • message: string

      Returns Error

    • Parameters

      • profile: ServiceProfile

      Returns string

    • Parameters

      • locale: string

      Returns string

    • Parameters

      • resource: any
      • locale: string

      Returns string | null

    • Parameters

      • type: string

      Returns MediaType

    • Parameters

      • resource: any
      • profile: ServiceProfile

      Returns Service | null

    • Parameters

      • resource: any
      • __namedParameters: { onlyService?: boolean; onlyServices?: boolean; skipParentResources?: boolean } = {}

      Returns Service[]

    • Parameters

      • target: string

      Returns number[] | null

    • Parameters

      • profile: ServiceProfile

      Returns boolean

    • Parameters

      • type: string | null

      Returns boolean

    • Parameters

      • profile: ServiceProfile

      Returns boolean

    • Parameters

      • profile: ServiceProfile

      Returns boolean

    • Parameters

      • profile: ServiceProfile

      Returns boolean

    • Parameters

      • url: string

      Returns Promise<any>

    • Parameters

      • url1: string
      • url2: string

      Returns boolean

    • Parameters

      • type: string

      Returns string

    • Parameters

      • url: string

      Returns string

    • Does a depth first traversal of an Object, returning an Object that matches provided k and v arguments

      Parameters

      • object: any
      • k: string
      • v: string

      Returns object | undefined

      Utils.traverseAndFind({foo: 'bar'}, 'foo', 'bar')