GTD2020-05-31 icon indicating copy to clipboard operation
GTD2020-05-31 copied to clipboard

AbhiAgarwal/go-rescuetime: A client to the Rescue Time API

Open kunpeng9 opened this issue 4 years ago • 0 comments

Go RescueTime

A simple client to interface with the RescueTime API. For usage, please see the GoDocs here.

Sample use:

var rescue RescueTime
rescue.APIKey = ""
summary, err := rescue.GetDailySummary()

https://github.com/AbhiAgarwal/go-rescuetime

kunpeng9 avatar Dec 04 '20 09:12 kunpeng9