RequestHandler

class RequestHandler(credential: Credential, config: ClientConfiguration)

Handles HTTP requests to and from DEV_SITE_BASE_URL and API_BASE_URL.

Parameters

credential

The Credential object containing the email and password for authentication.

Constructors

Link copied to clipboard
constructor(credential: Credential, config: ClientConfiguration)

Functions

Link copied to clipboard
suspend fun login()

Performs the login to the developer site using the provided email and password.