wakatime_api

Creator: coderz1093

Last updated:

0 purchases

wakatime_api Image
wakatime_api Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.