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: z64/rlscr
Usage
require "rls"
client = RLS::Client.new("YOUR_API_KEY")
client.player("76561197968760517") #=> RLS::Player
Contributors
- z64 Zac Nowicki - creator, maintainer