Drand Http Api
constructor(baseUrl: String = "https://api.drand.sh", httpClient: HttpClient = createDefaultHttpClient())
Parameters
base Url
Base URL for the drand API (default: https://api.drand.sh)
http Client
Custom HttpClient instance (optional, for testing/customization)