Craig Foley

Results 2 comments of Craig Foley

Sample call... ` var contact = api.Contact.Create(new ContactHubSpotModel() { Email = "[email protected]", FirstName = "Terry", LastName = "Terrence", Address= "10 Something Street", City= "Heresville", ZipCode= "2022", State= "NSW", Phone =...

Your setup tools script seems to require that specific version. https://github.com/Lumiwealth/lumibot/blob/e3aa83e6cb4e58b73031423c3e2cf23053683307/setup.py#L36 Can it be >= instead?