APIProvider.renderURL()method

renderURL(endpoint: Endpoint<PP, RR>, payload: PP, caller?: AnyCaller): URL

Render the full final URL for an API request to a given endpoint with a given payload.

  • Includes ?query params if this is a HEAD or GET request.