jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
147 stars 73 forks source link

Add fix for recently updated companies #76

Closed himynameistimli closed 4 years ago

himynameistimli commented 4 years ago

The existing method for getting recent updated companies didn't provide arguments for limit, offset, and since, so I've added it (similar to how you already had it on deals).

See: https://developers.hubspot.com/docs/methods/companies/get_companies_modified for the API reference

jpetrucciani commented 4 years ago

Awesome! I can merge this soon and fix the formatting up

Thanks for your contribution!

jpetrucciani commented 4 years ago

This should now be live on pip as version 3.2.39!

Thanks again for your contribution 😄