This project is a SDK to Edools platform.
In your Gemfile:
gem 'edools_sdk'
You can set an enviroment variable called 'edools_token', or create a file 'config/edools.yml'(better if you are using rails)
token: 'some_token'
and then
require 'edools_sdk'
EdoolsSdk::Course.all()
Be careful with config cache in your ruby on rails application, sometimes 'edools.yml' is wrong because of that Click here to fix this bug