twitter4j.api
Interface HelpMethodsAsync

All Known Subinterfaces:
AsyncTwitter
All Known Implementing Classes:
AsyncTwitterImpl

public interface HelpMethodsAsync

Author:
Joern Huxhorn - jhuxhorn at googlemail.com

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

Method Detail

test

void test()
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
This method calls http://api.twitter.com/1/help/test

Since:
Twitter4J 2.1.0
See Also:
GET help/test | dev.twitter.com