Add documentation for the Retrofit adapter, and Twitter API client

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

View File

@ -16,6 +16,7 @@ import com.uncc.gameday.registration.Attendee;
// TODO: Auto-generated Javadoc
/**
* The Interface GamedayService.
* Used by Retrofit to make a super-simple REST adapter for Java.
*/
public interface GamedayService {

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 {