getLinks

open override fun getLinks(rel: String): List<Pair<URI, String?>>

Resolves all links with a specific relation type. Uses cached data from last response.

Return

A list of pairs of URI and optional title.

Parameters

rel

The relation type of the links to look for.