nginxsonarrradarrplexorganizrdashboardapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmark
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							616 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							616 B
						
					
					
				
								<?php
							 | 
						|
								
							 | 
						|
								namespace Github\Api;
							 | 
						|
								
							 | 
						|
								@trigger_error('The '.__NAMESPACE__.'\Integrations class is deprecated. Use the '.__NAMESPACE__.'\Apps class instead.', E_USER_DEPRECATED);
							 | 
						|
								
							 | 
						|
								/**
							 | 
						|
								 * @deprecated Use the Apps class
							 | 
						|
								 * @link   https://developer.github.com/v3/apps/
							 | 
						|
								 *
							 | 
						|
								 * @author Nils Adermann <naderman@naderman.de>
							 | 
						|
								 */
							 | 
						|
								class Integrations extends Apps
							 | 
						|
								{
							 | 
						|
								    /**
							 | 
						|
								     * @deprecated
							 | 
						|
								     * Configure the accept header for Early Access to the integrations api (DEPRECATED)
							 | 
						|
								     * @see https://developer.github.com/v3/apps/
							 | 
						|
								     *
							 | 
						|
								     * @return self
							 | 
						|
								     */
							 | 
						|
								    public function configure()
							 | 
						|
								    {
							 | 
						|
								        return $this;
							 | 
						|
								    }
							 | 
						|
								}
							 | 
						|
								
							 |