Project

kekeewin

0.0
No commit activity in last 3 years
No release in over 3 years
API wrapper for Kekeewin on Scouting.io.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Kekeewin

API wrapper for Kekeewin on Scouting.io. Kekeewin is a central database for all things Scouting related. Currently it contains the following resources:

  • Regions
  • Areas
  • Councils
  • Districts
  • Lodges
  • Chapters
  • Merit Badges
  • Positions
  • Training Courses
Kekeewin - Such things as are generally understood by the tribe.

Installation

Add to your Gemfile and run the bundle command to install it.

gem "kekeewin"

Requires Ruby 1.9.2 or later.

Usage

Once configured with host, username, and password from Scouting.io, you can call any of the resources through the API.

   Kekeewin::RestAPI.configure do |config|
     config.host = "http://api.scouting.io"
     config.username = "45w45gwe4w4w56"
     config.password = "g4e56e456h56e5ht6"
   end

   Kekeewin::RestAPI.lodges
   Kekeewin::RestAPI.councils

Development

Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request. You can ensure the tests passing by running bundle and rake.

This gem is created by Scouting.io and is under the MIT License.