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

Latest commit

 

History

History
37 lines (24 loc) · 745 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 745 Bytes

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