Instance Method
get(using:)
Downloads the resource.
func get(using client: any Client) async throws -> T
Parameters
clientThe
Clientwhich will perform the download.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func get(using client: any Client) async throws -> T
clientThe Client which will perform the download.