Skip to content

XiaoMiku01/wakatime-go

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

wakatime-go

[WIP] ๐Ÿ•˜ Go library for accessing the Wakatime API

go.dev reference Go

Install

Requirements

Go version 1.13+

Installation

go get github.com/YouEclipse/wakatime-go

Quick start

import (
  "github.com/YouEclipse/wakatime-go/pkg/wakatime"
)

func main() {

  apiKey := os.Getenv("WAKATIME_API_KEY")
  client := wakatime.NewClient(apiKey, &http.Client{})

  ctx := context.Background()
  query := &wakatime.StatsQuery{}

  stats, err := client.Stats.Current(ctx, wakatime.RangeLast7Days, query)

    ...
}

Features v0.1.0

TODOs

...

License

Apache 2.0

About

๐Ÿ•˜ Go library for accessing the WakaTime API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%