Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc Build Status

steam-go

Steam API implementation in GoLang

go get github.com/ljesus/steam-go

Example

import (
	steam "github.com/ljesus/steam-go"
)

steam_api := steam.NewSteamApi(config.Config.SteamApiKey)

if data, err := steam_api.GetPlayerSummaries([]string{steam_id}); err == nil {
	//Do things with data
}

Web-Services Implemented

GetPlayerSummaries (v0002)
GetFriendList (v0001)

Disclaimer

The API is being actively developed and is nowhere near a release candidate. Use with caution.

About

Steam API implementation in GoLang

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages