PageableClient
public protocol PageableClient : PipelineClient
Protocol which allows clients to customize how they work with Paged Collections.
-
Undocumented
Declaration
Swift
func continuationUrl(forRequestUrl requestUrl: URL, withContinuationToken token: String) -> URL?