mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-04 02:10:35 -05:00 
			
		
		
		
	Add documentation for the Retrofit adapter, and Twitter API client
This commit is contained in:
		@ -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 {
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user