GofileClient

constructor()

Gofile.io client that uses an auto-setup HttpClient.


constructor(engine: HttpClientEngine)

Gofile.io client that uses an auto-setup HttpClient.

Parameters

engine

HttpClientEngine


constructor(factory: HttpClientEngineFactory<*>)

Gofile.io client that uses an auto-setup HttpClient.

Parameters

factory

HttpClientEngineFactory


constructor(client: HttpClient)