TomK32/powerschool
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This ruby gem is for accessing the Pearson Powerschool API.
Usage:
Add to your Gemfile:
gem 'powerschool', git: 'git@github.com/tomk32/powerschool.git'
powerschool = Powerschool.new({'base_uri' => 'http://powerschool.example.com', 'id' => 'my id', 'secret' => 'my secret'})
puts powerschool.district
For more routes see lib/powerschool.rb
(C) 2015 Thomas R. Koll for Naiku Inc. <tomk@naiku.net>