Skip to content

yet-another-ai/steamworks.rb

Repository files navigation

Steamworks

Steamworks Web API client for Ruby.

Steam official documentation

Supported APIs

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

About

Steamworks Web API client for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published