Refy Requester

constructor(host: String, userId: String? = null, userToken: String? = null, debugMode: Boolean = false)

Parameters

host

The host address where is running the backend

userId

The user identifier

userToken

The user token

debugMode

Whether the requester is still in development and who is developing needs the log of the requester's workflow, if it is enabled all the details of the requests sent and the errors occurred will be printed in the console