btihen / powerschool

Ruby client to Powerschool API. Work in progress with no intention to create a client for the complete API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This ruby gem is for accessing the Pearson Powerschool API.


Usage:

Add to your Gemfile:

  # most people need to use https - without a deploy key
  gem 'powerschool', :git => 'https://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.

License:MIT License


Languages

Language:Ruby 100.0%