Categorygithub.com/joelhill/the-rundown-api-go
modulepackage
1.1.1
Repository: https://github.com/joelhill/the-rundown-api-go.git
Documentation: pkg.go.dev

# README

the-rundown-api-go

Go library to use The Rundown Sports Betting API

Example Use

import (
    therundown "github.com/joelhill/the-rundown-api-go"
)

xRapidAPIKey := "Your Rapid API Key asfafasdfasdfasdfasasdfsadfasdfsd"
config := therundown.NewConfig(xRapidAPIKey)
client := therundown.NewService(config)
options := client.NewEventBySportOptions()
rundown, statusCode, err := client.EventBySport(options)
if err != nil {
    log.Println("something went wrong")
}

# Functions

NewConfig -.
NewService -.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CompressionHeaderGzip - type of compression header.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SportMLB - sport id.
No description provided by the author
No description provided by the author
No description provided by the author
URL - api url.
No description provided by the author
XRapidAPIHostV1 - version.

# Structs

No description provided by the author
Config - holds your authorization.
No description provided by the author
EventBySportByDateOptions - Are the options to hit the event by sport by date endpoint.
EventBySportOptions - Are the options to hit the event by sport endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service - dependencies for the my sports feed service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

IService - all functions that implement the My Sports Feed Service Interface.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author