belong-inc / go-hubspot

HubSpot API Go client
Apache License 2.0
35 stars 26 forks source link

Implement the "list" function of objects like deals, contacts etc. #33

Open JSXRED opened 3 months ago

JSXRED commented 3 months ago

i would like to get all active deals to a data warehouse for external reporting and linking the data to other internal systems. according to the documentation, there is a “list” function for this, which is not implemented as far as i could tell from the code.

https://developers.hubspot.com/beta-docs/reference/api/crm/objects/deals#get-%2Fcrm%2Fv3%2Fobjects%2Fdeals

Would be great to implement the list function for contacts and deals.