-
Notifications
You must be signed in to change notification settings - Fork 113
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
Schema Core API still uses hapikey #132
Comments
Thanks for pointing this out @anka It would be great to get this resolved as Private Apps are the only way to use Hubspot's API now. I have been following this thread for a couple of weeks but doesn't seem to get a resolution. |
@javieralesojeda you are welcome. You can use our fix in our private repo, which is based on the current master branch of the library. In your
|
Thanks a lot @anka |
This has been fixed on version 7.0.0 |
Using the Core API of
hubspot.crm.schemas
does not work in version 6.0.0 since it sill uses thehapikey
for authentication.The following code using a token of a private app:
results in
Please support
oauth2
authentication for all schema APIs in the library too. See pull request #130.The text was updated successfully, but these errors were encountered: