Steamworks
Steamworks Web API client for Ruby.
Supported APIs
-
ISteamUserAuth Interface
- AuthenticateUserTicket
Example
require "steamworks"
class Steamworks::Configure
set :key, "key"
set :appid, "appid"
set :identity, "identity"
end
steamworks_api = Steamworks::API.new
steamworks_api.authenticate_user_ticket(ticket: params[:ticket]).to_json