Skip to content

quarter-spiral/devcenter-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcenter::Client

Client to the devcenter-backend.

Usage

Create a client

# connect to local
client = Devcenter::Client.new('http://devcenter-backend.dev')

Games

List all games

client.list_games

Get public data of some games

client.list_games([game_uuid1, game_uuid2])

Get platform data of a game

game = client.get_game(token, uuid) # => {'name' => 'Test Game', 'configuration' => {}, …}

About

Client to the devcenter-backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages