/edools_sdk

SDK to Edools platform

Primary LanguageRubyMIT LicenseMIT

EdoolsSdk

Build Status

This project is a SDK to Edools platform.

Install

In your Gemfile:

gem 'edools_sdk'

Getting start

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

Documentation

here

License

MIT