hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Added constructors to ListRequestOptions to set the upper limit for deals #28

Closed Mark-RSK closed 6 years ago

Mark-RSK commented 6 years ago

This PR fixes Issue #22 and allow the ability to change the upper limit on the ListRequestOptions class.

clarkd commented 6 years ago

Looks great - like the use of the constructor etc. :)