MagicTheGathering / mtg-sdk-go

Magic: The Gathering SDK - Go
MIT License
25 stars 17 forks source link

fix card multiverseid type so to work with the actual type from api #11

Open Ion-manden opened 2 years ago

Ion-manden commented 2 years ago

As the title says, the current type for card.MultiverseId is not correct, go sdk expect uint32 but the api response with a string.

walanpat commented 2 years ago

Contacting someone to see if I can get this PR approve/pushed through.

Enviy commented 1 year ago

Is there an update on this PR? Or does anyone know if there's someone who can land this change?

gravestench commented 9 months ago

BUMP

Ion-manden commented 9 months ago

Sadly looks like all the repoes here are unmaintained now.

You should be able to just use my version by importing from "github.com/Ion-manden/mtg-sdk-go"