Go

Go SDK

Official Go SDK। Context support, complete types। Go 1.21+।

Install करें
$ go get github.com/TCG-Price-Lookup/tcglookup-go

मुख्य Features

  • Zero third-party dependencies
  • Idiomatic Go design
  • Functional options pattern
  • Typed error handling
  • Context support
उपयोग उदाहरण
package main

import (
  "fmt"
  tcg "github.com/TCG-Price-Lookup/tcglookup-go"
)

func main() {
  client := tcg.NewClient(tcg.WithAPIKey("your-api-key"))
  results, _ := client.Search("charizard")
  fmt.Println(results)
}
GitHub →

TCG API के साथ निर्माण शुरू करें

अपनी मुफ़्त API कुंजी प्राप्त करें और मिनटों में कार्ड मूल्य क्वेरी करना शुरू करें।