Beispiel #1
0
        public void TestAccountCreation()
        {
            accountInfo = PrecogClient.CreateAccount(TEST_ENDPOINT, email, password);

            client = new PrecogClient(TEST_ENDPOINT, accountInfo.ApiKey, accountInfo.RootPath);
        }
Beispiel #2
0
 public void Setup()
 {
     client = ServiceStack.CreatePrecogClient(SERVICE, TEST_TOKEN_ID);
 }