Factory

open fun Factory()

Constructor for a new Factory that runs requests using a static singleton client.


open fun Factory(client: OkHttpClient)

Constructor for a new Factory that runs requests using given client.