Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages