Crystal REST API wrapper for RocketLeagueStats
- Full REST binding
- Rate limit handling (both preemptive and post-request)
- Caching of very common routes to reduce API load
Add this to your application's shard.yml
:
dependencies:
rls:
github: y32/rlscr
require "rls"
client = RLS::Client.new("YOUR_API_KEY")
client.player("76561197968760517") #=> RLS::Player
- z64 Zac Nowicki - creator, maintainer