Skip to content

MySportsFeeds/mysportsfeeds-go

This branch is 2 commits ahead of, 34 commits behind joelhill/mysportsfeeds-go:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24c45ff · Aug 20, 2018

History

38 Commits
Jul 24, 2018
Jul 20, 2018
Jul 12, 2018
Aug 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 28, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018
Jul 24, 2018

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%