Methods 
				
					get 
					
						get( url:  string , data?:  any , options?:  client.CoreOptions  &  client.Options ) :  Promise < any >  
					 
					
						
							
								
									Defined in lib/util/request.d.ts:17 
								 
							 
							
							Parameters 
							
								
									url: string  
								 
								
									Optional  data: any  
								
									Optional  options: client.CoreOptions  &  client.Options  
							 
							Returns Promise < any >  
						 
					 
				 
				
					make 
					
						make( opts:  client.CoreOptions  &  client.OptionsWithUri ) :  Promise < any >  
					 
					
						
							
								
									Defined in lib/util/request.d.ts:16 
								 
							 
							
							Parameters 
							
								
									opts: client.CoreOptions  &  client.OptionsWithUri  
								 
							 
							Returns Promise < any >  
						 
					 
				 
				
					post 
					
						post( url:  string , data?:  undefined  |  __type , options?:  client.CoreOptions  &  client.Options ) :  Promise < any >  
					 
					
						
							
								
									Defined in lib/util/request.d.ts:18 
								 
							 
							
							Parameters 
							
								
									url: string  
								 
								
									Optional  data: undefined  |  __type  
								
									Optional  options: client.CoreOptions  &  client.Options  
							 
							Returns Promise < any >  
						 
					 
				 
			 
		 
		
	 
 
	
		Legend 
		
			
				Module Object literal Variable Function Function with type parameter Index signature Type alias  
			
				Enumeration Enumeration member Property Method  
			
				Interface Interface with type parameter Constructor Property Method Index signature  
			
				Class Class with type parameter Constructor Property Method Accessor Index signature  
			
				Inherited constructor Inherited property Inherited method Inherited accessor  
			
				Protected property Protected method Protected accessor  
			
				Private property Private method Private accessor  
			
				Static property Static method  
		 
	 
 
 
HTTP/S request handler, promisify request callbacks