• Returns an RxJS operator to follow a link on a Resource. It is equivalent to

    map(resource => resource?.follow(rel, params))
    

    Parameters

    • rel: string

      the relation to follow

    • Optional params: Params

      the parameters to expand the link

    Returns OperatorFunction<Resource | null | undefined, Accessor | undefined>

    a function that transforms the source Observable

Generated using TypeDoc