Example #1
0
        public UnitTestForms()
        {
            string apiKey = File.ReadAllText("API.key");

            hs = new HubSpot(apiKey);
        }
Example #2
0
 public UnitTestTransactionalEmail()
 {
     string apiKey = File.ReadAllText("API.key");
     hs = new HubSpot(apiKey);
 }