https://github.com/mxrk/poewatch
Simple wrapper for poewatch written in Go
https://github.com/mxrk/poewatch
api go golang poe wrapper
Last synced: 6 months ago
JSON representation
Simple wrapper for poewatch written in Go
- Host: GitHub
- URL: https://github.com/mxrk/poewatch
- Owner: Mxrk
- Created: 2019-06-06T20:18:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T16:08:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T18:55:41.269Z (8 months ago)
- Topics: api, go, golang, poe, wrapper
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Poewatch wrapper [](https://godoc.org/github.com/mxrk/poewatch)
Simple wrapper for poewatch written in Go
# Usage
```golang
import poe "github.com/mxrk/poewatch"
func main(){
// Every function returns a struct with the given information
fmt.Println(poe.GetChangeID())
// for example GetChangeID has the value "ID"
id := poe.GetChangeID().ID
fmt.Printf("new ID: %v \n", id)fmt.Println(poe.GetLeagues())
}
```# Documentation
If you need more information please check out the documentation at https://godoc.org/github.com/mxrk/poewatch