winterwell.jtwitter.ecosystem
Class Topsy

java.lang.Object
  extended by winterwell.jtwitter.ecosystem.Topsy

public class Topsy
extends java.lang.Object

Use the Topsy Twitter analytics services. See http://code.google.com/p/otterapi/wiki/Resources TODO more methods! TODO rate limit info


Nested Class Summary
static class Topsy.UrlInfo
           
 
Constructor Summary
Topsy()
          Use Topsy without an API-key - rate-limited to 3,000 per day.
Topsy(java.lang.String apiKey)
           
 
Method Summary
 Topsy.UrlInfo getUrlInfo(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topsy

public Topsy()
Use Topsy without an API-key - rate-limited to 3,000 per day.


Topsy

public Topsy(java.lang.String apiKey)
Method Detail

getUrlInfo

public Topsy.UrlInfo getUrlInfo(java.lang.String url)