Skip to content

tobiasbeck/gameanalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameanalytics-go

gameanalytics-go is an inofficial sdk for gameanalytics which is written in go.

It currently can send the following events:

  • Business
  • Design
  • Error
  • Progression
  • Ressource
  • Session Events (user, session_end)

gameanalytics Docs

Installation

Install via go get

go get tobiasbeck/gameanalytics-go

Usage

import gameanalytics tobiasbeck/gameanalytics-go

func main() {
  client :=  gameanalytics.NewClient(key, secret)
  ctx := context.TODO()
  client.StartSession(ctx, "123456")

}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Inofficial SDK for gameanalytics written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages