ALMRestClient.ALMClient.ALMClient C# (CSharp) Method

ALMClient() public method

Construct with the url (just the https://something.saas.hp.com bit)
public ALMClient ( string url, string username, string password, string domain, string project ) : System
url string Base url for ALM
username string username for login
password string password
domain string The domain to log into
project string The project to log into
return System
        public ALMClient(string url, string username, string password, string domain, string project)
            : this(url, username, password, domain, project, String.Empty)
        {
        }

Same methods

ALMClient::ALMClient ( string url, string username, string password, string domain, string project, string version ) : System