queryMappedRoutes

abstract suspend fun queryMappedRoutes(originalBaseUrl: String): List<MappedRoute>

Queries all mapped routes for a given API.

Return

A list of all mapped routes for the given API.

Parameters

originalBaseUrl

The base URL of the original API.