Skip to content
/ go-vndb Public

Zero dependency Go api library for VNDB.org API v2

License

Notifications You must be signed in to change notification settings

tuihub/go-vndb

Repository files navigation

go-vndb

Zero dependency Go api library for VNDB.org API v2

Usage

package main

import (
	"context"
	"fmt"
	"github.com/tuihub/go-vndb"
)

func main() {
	client := vndb.New(
		//vndb.UseSandBox,
		vndb.WithToken("YOUR_TOKEN"),
		//vndb.WithClient(YourHttpClient),
    )
	fmt.Println(client.Stats(context.Background()))
}

About

Zero dependency Go api library for VNDB.org API v2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published