href
Constructs a URL for the resource.
The class of the resource instance must be annotated with Resource.
fun <T> href(resourcesFormat: ResourcesFormat, serializer: KSerializer<T>, resource: T, urlBuilder: URLBuilder)
Constructs a URL for the resource.
The class of the resource instance must be annotated with Resource.