0 purchases
wakatime api
Wakatime Api #
This package just wraps wakatime api and provides a simple interface to use it.
Get started #
Instantiate the WakatimeApi singleton with your api key
final wakatime = WakatimeApi('your-api-key');
copied to clipboard
then you can request the heartbeats for a given date just by using
Wakatime().getHeartbeats(DateTime.now())
// Or
Wakatime().getHeartBeatsForRange(
DateTime(1970, 1, 1),
DateTime.now(),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.