Project

cascaad

0.0
No commit activity in last 3 years
No release in over 3 years
Simple wrapper to Cascaad SuperTweet api: http://cascaad.mashery.com/docs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.2.3
 Project Readme

Cascaad¶ ↑

github.com/gscalzo/Cascaad

Description¶ ↑

The ruby cascaad gem. Just a simple wrapper to Cascaad SuperTweetApi.

Implemented “Show SuperTweet Api” and “Related SuperTweets Api” api. “Conversation Api” still to implement.

Examples¶ ↑

require “cascaad”

client = Cascaad::Client.new “DEV_API_KEY”

supertweets = client.show_messages(“11845310763”,“11845134434”,“11843458299”).from(“twitter.com”)

related_supertweets = client.related_messages(“11845310763”).from(“twitter.com”)

Docs¶ ↑

Cascaad SuperTweet Api documentation. cascaad.mashery.com/docs

Install:¶ ↑

  • sudo gem install cascaad

Copyright © 2010 Giordano Scalzo. See LICENSE for details.