NoahApi

constructor(host: String, apiKey: String, requests: PortalRequests)

Parameters

host

The base URL of the API server (e.g. "https://api.portalhq.io").

apiKey

The API key used for authentication (sent as a bearer token).

requests

An instance of PortalRequests to handle HTTP requests.