twitter4j.api
Interface HelpMethods

All Known Subinterfaces:
Twitter
All Known Implementing Classes:
TwitterImpl

public interface HelpMethods

Author:
Joern Huxhorn - jhuxhorn at googlemail.com

Method Summary
 boolean test()
          Returns the string "ok" in the requested format with a 200 OK HTTP status code.
 

Method Detail

test

boolean test()
             throws TwitterException
Returns the string "ok" in the requested format with a 200 OK HTTP status code.

Returns:
true if the API is working
Throws:
TwitterException - when Twitter service or network is unavailable
Since:
Twitter4J 1.0.4
See Also:
GET help/test | dev.twitter.com