Add documentation for the Retrofit adapter, and Twitter API client

This commit is contained in:
bspeice
2013-12-01 09:51:59 -05:00
parent 8437968f88
commit 92ed470d1a
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@ import twitter4j.conf.ConfigurationBuilder;
/**
* The Class TwitterClient.
* Client used to interface with the Twitter API.
* Note that while it should be secure to store a Consumer Secret in this
* class, there is likely a better solution.
*/
public class TwitterClient {