Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 714 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 714 Bytes

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())