Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 360 Bytes

This ruby gem is for accessing the Infinite Campus OneRoster API.

Usage:

Add to your Gemfile:

gem 'oneroster', git: '[email protected]/tomk32/oneroster.git'

oneroster = Oneroster.new({'id' => 'my id', 'secret' => 'my secret'})
puts oneroster.district

For more routes see lib/oneroster.rb

(C) 2016 Thomas R. Koll for Naiku Inc. [email protected]