image

rlscr

Crystal REST API wrapper for RocketLeagueStats

Features

Installation

Add this to your application's shard.yml:

dependencies:
  rls:
    github: z64/rlscr

Usage

require "rls"

client = RLS::Client.new("YOUR_API_KEY")
client.player("76561197968760517") #=> RLS::Player

Contributors