Shelby Arena Ruby Client 
A Ruby wrapper for the Shelby Arena API
Installation
Add this line to your application's Gemfile:
gem 'shelby_arena', '~> 0.0.1'
bundle install
Usage
client = ShelbyArena::Client.new(
url: ...,
username: ...,
password: ...,
)
client.find_people_by_email('gob@bluthco.com')
client.find_people_by_name_and_email('Tobias', 'Funke', 'tobias@bluemangroup.com')
History
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
Copyright
Copyright (c) 2023 Taylor Brooks. See LICENSE for details.