MySportsFeeds / mysportsfeeds-go

Go library for the MySportsFeeds Sports Data API

Home Page:https://www.mysportsfeeds.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysportsfeeds-go

Go library to use MySportsFeeds API

Example Use

import (
    "context"

    msf "github.com/MySportsFeeds/mysportsfeeds-go"
)

ctx := context.Context
authorization := "Basic asfafasdfasdfasdfasasdfsadfasdfsd"
config := msf.NewConfig(authorization)
client := msf.NewService(config)
options := client.NewSeasonalGamesOptions()
games, statusCode, err := client.SeasonalGames(ctx, options)

About

Go library for the MySportsFeeds Sports Data API

https://www.mysportsfeeds.com

License:MIT License


Languages

Language:Go 100.0%