Package
class Package
Class Package
Methods
                    __construct(string $projectId, string $apiKey, Client $httpClient)
        
                                            
                
            Constructor.
                    string
                
                
                    getProjectId()
        
                                            
                
            Get the project ID.
                    string
                
                
                    getApiKey()
        
                                            
                
            Get the API key.
                    Client
                
                
                    getHttpClient()
        
                                            
                
            Get the HTTP client object.
                    string
                
                
                    getBasePath(string $action)
        
                                            
                
            Get the base path for the command including an action.
Details
        at         line 45
                            
    __construct(string $projectId, string $apiKey, Client $httpClient)
        
    
    Constructor.
        at         line 57
                    protected        string
    getProjectId()
        
    
    Get the project ID.
        at         line 67
                    protected        string
    getApiKey()
        
    
    Get the API key.
        at         line 77
                    protected        Client
    getHttpClient()
        
    
    Get the HTTP client object.
        at         line 89
                    protected        string
    getBasePath(string $action)
        
    
    Get the base path for the command including an action.