class Steam::Client

Defined in:

steam.cr

Constant Summary

BASE_URL = "http://api.steampowered.com"

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String, logger : Log | Nil = nil) #

[View source]

Instance Method Detail

def get_lender_id(player_id : ID) #

[View source]
def get_players(player_ids : Array(ID)) : Array(Player) #

[View source]
def parse(type, from io, in key) #

[View source]
def request(endpoint : String) #

[View source]