go-hubspot
go-hubspot copied to clipboard
HubSpot API Go client
## What to do Adds the ability to GET company associations https://developers.hubspot.com/docs/api/crm/associations Example curl: ``` curl "https://api.hubapi.com/crm/v3/objects/company//associations/company" \ -H 'Authorization: Bearer ' ``` `{"results":[{"id":"8616142197","type":"parent_to_child_company"},{"id":"8921827721","type":"parent_to_child_company"},{"id":"5593726386","type":"child_to_parent_company"},{"id":"5593726386","type":"company_to_company"},{"id":"8616142197","type":"company_to_company"},{"id":"8921827721","type":"company_to_company"}]}%` This PR is stacked on top...
**Is your feature request related to a problem? Please describe.** At the moment if I want to update a contact I would need to know the contact hubspot ID where...
# What to do Add a document of how to add new domain in the client # Background When adding a new domain in client like below, gohubspot_test.go needs to...
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...