Slidehare API

This is a simple gem that utilizes HTTParty and the Slide Share API. gem install slideshare-api

For more information on the Slide Share API check out www.slideshare.net/developers

Set API Key and Shared Key

You need an API key and a shared key. You get both when you apply for an API key on Slideshare’s website.

Slideshare.configure do |config| config.api_key = YOUR_API_KEY config.api_shared_secret = YOUR_SHARED_SECRET

end

Get Slideshows by user

Slideshare::Api.get_slideshows_by_user(username)