Function buildUrl

  • Internal

    Builds an api uri with specified http queries

    Remarks

    While this can be easily achieved with axios, the goal is to provide as agnostic of an api as possible. This enables the easy replacement of axios with say, the fetch api.

    Returns

    "built" uri

    Parameters

    • baseUrl: string

      api uri

    • Optional options: FetchOptions

      query options, access token is ignored

    Returns string

Generated using TypeDoc v0.23.20