mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Add documentation for the Retrofit adapter, and Twitter API client
This commit is contained in:
parent
8437968f88
commit
92ed470d1a
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user