go-ecobee icon indicating copy to clipboard operation
go-ecobee copied to clipboard

added ecobee.New(), Options and AuthCache

Open jkowalski opened this issue 7 years ago • 2 comments

This allows persisting OAuth2 tokens in storage other than files, for example etcd or a database.

jkowalski avatar Nov 30 '18 15:11 jkowalski

Implemented New() which takes context.Context and Options + deprecated NewClient()

jkowalski avatar Dec 01 '18 17:12 jkowalski

I'm reopening this PR so I can remove it from my INBOX but not lose track of it :) I don't want to forget about it, as I promised I'd give a serious look to improving the API. So even if we're not merging this exact code, I want to keep the discussion around.

rspier avatar Aug 24 '20 17:08 rspier