I hereby claim:
- I am augier on github.
- I am augier (https://keybase.io/augier) on keybase.
- I have a public key ASA2YS8gyohwwCByGjD7yvxVn7ND3aSi5nPLWVCHhXR-5wo
To claim this, I am signing this object:
| { | |
| "statusCode": 500, | |
| "message": "Internal Server Error", | |
| "ts": 1586774700062, | |
| "payload": { | |
| "abbj": { | |
| "amount": 133563.59, | |
| "currency": "GBP", | |
| "gameType": "abbj", | |
| "name": "abbj", |
| { | |
| "id": 4719984, | |
| "name": "US NHL", | |
| "events": [ | |
| { | |
| "status": "ACTIVE", | |
| "date": "2020-01-18", | |
| "id": 10405122, | |
| "affiliateId": null, | |
| "time": "12:30", |
| package main | |
| import ( | |
| "log" | |
| "google.golang.org/api/option" | |
| "golang.org/x/net/context" | |
| "google.golang.org/api/sheets/v4" | |
| ) |
| package main | |
| import ( | |
| "encoding/json" | |
| "errors" | |
| "fmt" | |
| "io/ioutil" | |
| "os" | |
| "time" |
| package main | |
| import ( | |
| "encoding/csv" | |
| "errors" | |
| "flag" | |
| "fmt" | |
| "io/ioutil" | |
| "os" | |
| "regexp" |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "encoding/json" | |
| "log" | |
| "strconv" | |
| ) | |
| func main() { | |
| //unmarshalIdealData() |
| package main | |
| import ( | |
| "github.com/connectedventures/f8-pkg/odds" | |
| ) | |
| // EventParser is the interface for all parsers | |
| type EventParser interface { | |
| GetEvent() (*odds.Event, error) | |
| constructFacets() odds.Facets |