in client/src/main/scala/com.gu.contentapi.client/model/Queries.scala [24:31]
def getUrl(targetUrl: String, customParameters: Map[String, String] = Map.empty): String =
url(s"$targetUrl/$pathSegment", parameters ++ customParameters)
}
abstract class PaginatedApiQuery[Response <: ThriftStruct, Element](
implicit prd: PageableResponseDecoder[Response, Element]
) extends ContentApiQuery[Response] {