/daily-go

Go / Golang API client for the daily.co API.

Primary LanguageGoApache License 2.0Apache-2.0

Go Daily.co

GoDoc License Twitter

Unofficial Daily.co Go client library.

Documentation

Refer to Daily.co's API reference for details about the underlying REST API, requests, and responses.

Usage

client := daily.New(daily.WithAuth(API_KEY))
cfg, err := client.GetDomainConfig(context.Background())