Пример #1
0
        public void TestConnection()
        {
            var conf = new Client.Configuration(
                new Dictionary <string, string>(),
                new Dictionary <string, string>(),
                new Dictionary <string, string>(),
                "https://dev.contraxsuite.com");
            var proxy   = new DefaultApi(conf);
            var appVars = proxy.CommonAppVariablesGET();

            Assert.IsNotNull(appVars);
        }