arcbus

Results 2 issues of arcbus

This is mostly just feedback to make this api wrapper easier to use. I.e. I followed the example under HubSpot.NET/HubSpot.NET.Examples/Deals.cs and this code: ``` var deals = api.Deal.List(false, new ListRequestOptions(250)...

I've added custom properties to my deal, gave them values, and fetch the deal over API. I specify the property names using the internal name given on hubspot dashboard, but...