CEA.RestClient.StagingRestClient.StagingRestClient C# (CSharp) Method

StagingRestClient() public method

public StagingRestClient ( ) : Rest
return Rest
        public StagingRestClient() : base("https://staging-rest.call-em-all.com")
        {
        }
    }
StagingRestClient