Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

crazcalm/go-pokemontcgsdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been moved to PokemonTCG/pokemon-tcg-sdk-go

go-pokemontcgsdk

Unofficial PokemonTCG Golang SDK

Build Status Go Report Card GoDoc Coverage Status

Install

go get github.com/crazcalm/go-pokemontcgsdk/src

Basic Usage

package main

import (
	"fmt"
	"log"

	"github.com/crazcalm/go-pokemontcgsdk/src"
)

func main() {
	noParams := make(map[string]string)
	cards, err := pokemontcgsdk.GetCards(noParams)
	if err != nil {
		log.Fatal(err)
	}

	fmt.Println(cards)
}

See examples section for more.

API Documentation

See the pokemontcg website (The docs).

About

Unofficial PokemonTCG Golang SDK

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages