range-labs / daily-go

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%