Atlas
Ruby toolkit for the Workshop API.
Quick start
Install via Rubygems
gem install atlas
... or add to your Gemfile
gem "atlas", "~> 0.1.0"
Usage
Create a new Atlas
client using your Bloc username and password:
atlas = Atlas.new("api_key")
Then use the client to make requests:
atlas.update_exercise(129, {name: "New Exercise Name"})
Acknowledgements
This gem is inspired by octokit