@cfwest/commonInstall using
npm install @cfwest/commonYou can access these members by importing the module:
import { member } from '@cfwest/common';HttpClient
    
        
            
            class
            
            HttpClient
            
            
            
                    
    
No docs provided
constructor
    
        
            
            function 
            
            
                        
            (
                                    )
            
            :
            any        
    
No docs provided
                                                                                async                    get                                        (...)
                                    
    
        
            async
            function get
            
                
    <
            
        
        T
        
        
        
        
        
            
    
    >
                        
            (
                            
                
    
                  
                                
                
                url
                
                
                :
                string
                
                
                
                ,                             
                
                  
                                
                
                options
                ?
                
                :
                AxiosRequestConfig
                
                
                
                                                        
                        )
            
            :
            Promise<T | undefined>        
No docs provided