Esempio n. 1
0
        protected static void SetupHereClient()
        {
            var     settingsFile = new System.IO.FileInfo(typeof(TestBase).Assembly.Location);
            var     f            = System.IO.Path.Combine(settingsFile.DirectoryName, "apikeys.json");
            ApiKeys keys         = ApiKeys.LoadFromJson(f);

            _hereClient = new HereClient(keys.ApiKey);
        }
Esempio n. 2
0
 public static void SetupClient(TestContext con)
 {
     _hereClient = new HereClient("APPID", "APPCODE");
 }