This is the Penn OpenData API implementation in Ruby.
Add this line to your application's Gemfile:
gem 'penn_sdk'
And then execute:
$ bundle
Or install it yourself as:
$ gem install penn_sdk
require 'penn_sdk'
registrar = PennSDK::Registrar.new "API_USERNAME", "API_PASSWORD"
registrar.course "CHEM", "242"
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)