Skip to content

Enviy/mtg-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic: The Gathering SDK

This is the Magic: The Gathering SDK Go implementation. It is a wrapper around the MTG API of magicthegathering.io.

Installation

Just run

go get github.com/Enviy/mtg-sdk-go OR just let go mod handle dependencies for you by calling go mod init <yourProject> go mod tidy

Want to see what sets are in standard?

sets, err := mtg.StandardSets()
if err != nil {
    return err
}
fmt.Println(sets)

Docs

See GoDoc

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%