client

module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2020 License: MIT

README

Gira Client

This is the Go client, for the Gira API.

How to use

Download via Go Modules
$ go get github.com/gira-games/client
Use it in your application like that
import "github.com/gira-games/client"

cl := client.New("https://api.gira.com")
resp, err := cl.GetGames(context.Background(), &client.GetGamesRequest{
    Token: "my-token"
})
// use resp and err

License

This work is licensed under MIT license. For more info see LICENSE.md

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL