Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

sledgang/rlscr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

rlscr

Crystal REST API wrapper for RocketLeagueStats

Features

  • Full REST binding
  • Rate limit handling (both preemptive and post-request)
  • Caching of very common routes to reduce API load

Installation

Add this to your application's shard.yml:

dependencies:
  rls:
    github: y32/rlscr

Usage

require "rls"

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

Contributors

  • z64 Zac Nowicki - creator, maintainer