Skip to content

scientific-dev/bluefoxgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluefoxgo

Bluefoxgo is an api wrapper for bluefox api! Easy and beginner friendly!

Bluefoxgo is currently under beta stage. Incase if you have found any kind of bugs kindly make an issue or make an pull request to improve us :)

Quick example

package main

import (
    "fmt"
    "github.com/Scientific-Guy/bluefoxgo"
)

func main(){
    client := bluefox.NewClient("TOKEN")
    server, err := client.GetServer("ID")

    if err != nil{
        fmt.Println("Failed fetching server details: " + err.Error())
        return
    }

    fmt.Println("Success!", server);
}

Docs

You can view the full documentation on pkg.go.dev!

About

An api wrapper for bluefox written in golang!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages