-
Notifications
You must be signed in to change notification settings - Fork 31
Custom objects #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Custom objects #89
Conversation
- Added ability to retrieve a created custom object
|
Just noticed that in order for the tests to pass, a custom object must be added to the "HUBSPOT_API_KEY" account and changed in the CustomObjectHubSpotEntityExtended class. I'm sure the tests failed because of that. |
|
@nover Hey Nicklas, do you have an idea when you can take a look at both PRs I raised? |
|
Hi @catinodeh Thanks for the contributions, been a bit busy and on easter break. |
|
@catinodeh I realise that a significant amount of time has passed since you posted this PR, I'm sorry about that. Is this feature still relevant for you, and potentially for others using HubSpot? If yes, then I think we should pick it up again and see if we can get it finalized. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes to summon author.
I am interested in this library and custom objects since our company will likely. leverage at least one custom object. |
The company I work for needs to work with Custom Objects in Hubspot so I implemented a first working version and added integration tests to all new methods I added.
I still need to do some small code adjustments and I will add the README change on it. Please review this PR first so it doesn't get longer and longer.