Shelby Arena Ruby Client example workflow

A Ruby wrapper for the Shelby Arena API

Installation

Add this line to your application's Gemfile:

  # in your Gemfile
  gem 'shelby_arena', '~> 0.0.1'

  # then...
  bundle install

Usage

  # Authenticating with username and password
  client = ShelbyArena::Client.new(
    url: ...,
    username: ...,
    password: ...,
  )

  # Find a people by attributes
  client.find_people_by_email('[email protected]')
  client.find_people_by_name_and_email('Tobias', 'Funke', '[email protected]')

History

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Copyright (c) 2023 Taylor Brooks. See LICENSE for details.