Skip to content

GameBench/gba-client-go

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

GBA getting started

Please note this will only work with GBA version v1.5.0 or greater.

Create a client

import "github.com/GameBench/gba-client-go"

func main() {
	config := &gba.Config{BaseUrl: "http://localhost:8000"}
	client := gba.New(config)
}

Alternatively, use env vars for configuration

GBA_BASE_URL=

List devices

client.listDevices()

About

Go GameBench Automation (GBA) client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages