The ScreenSteps Live API Ruby Wrapper
February 26th, 2010 by Greg DeVore
Today we have released a new Ruby wrapper for interacting with the ScreenSteps Live API using ActiveResource. The video below shows some examples of using the wrapper in the console. The API will let you:
- Retrieve spaces, manuals, buckets and lessons
- Search spaces, manuals and buckets
- Get lessons for a given tag in a space, manual or bucket
- Create tasks in your ScreenSteps Live account
We hope that this will make it easier for Rubyists to integrate ScreenSteps Live with their Ruby applications.
You can download the latest version of the library at GitHub: http://github.com/bluemango/ScreenSteps-Live-API-Ruby-Wrapper
Several of the ideas for setting up the library were taken from the Batchbook ruby library.