Speaker Rate
This is a simple gem that utilizes HTTParty and the Speaker Rate API.
For more information on the Speaker Rate API check out speakerrate.com/api
Get Speaker
speaker = SpeakerRate.get_speaker(speaker_rate_id)
Get Talk
talk = SpeakerRate.get_talk(talk_id)
Get Event
event = SpeakerRate.get_event(event_id)