DrandHttpApi

constructor(baseUrl: String = "https://api.drand.sh", httpClient: HttpClient = createDefaultHttpClient())

Parameters

baseUrl

Base URL for the drand API (default: https://api.drand.sh)

httpClient

Custom HttpClient instance (optional, for testing/customization)