twitter4j.api
Interface HelpMethods

All Known Implementing Classes:
Twitter

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:
Twitter API Wiki / Twitter REST API Method: help test