This repository has been archived by the owner. It is now read-only.

rlscr

Binding to Rocket League Stat's REST API in Crystal https://rocketleaguestats.com

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
Repository

rlscr

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • over 6 years ago
  • December 5, 2017
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 10:43:14 GMT

Languages