Skip to content

MySportsFeeds/mysportsfeeds-go

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%