forked from TomK32/powerschool
-
Notifications
You must be signed in to change notification settings - Fork 0
Ruby client to Powerschool API. Work in progress with no intention to create a client for the complete API.
License
Naiku/powerschool
Folders and files
| Name | Name | Last commit message | 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>
About
Ruby client to Powerschool API. Work in progress with no intention to create a client for the complete API.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 100.0%