authenticatedUrl

abstract fun authenticatedUrl(path: String): String(source)

Returns the authenticated url of path. Requires bearer token authentication using the user's access token

Throws

RestException

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

HttpRequestException

on network related issues