Skip to content

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

License

Notifications You must be signed in to change notification settings

TomK32/powerschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages