-
Notifications
You must be signed in to change notification settings - Fork 45
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
How to debug Insightly2::Errors::ClientError #31
Comments
Hi @cabezud I don't think just https://api.insight.ly/v2.1/Help/Api/POST-Opportunities Their advice makes sense and it's as follows.
Therefore it's recommended to create an opportunity in Insightly using the web interface. Then GET that opportunity JSON using the Insightly2 gem By the way I understand Insightly are very close to releasing a new version of their API which will make this gem obsolete. Depending on urgency you might want to hold off and make use of their new API. @brianinsightly can possibly give you more information on its release date. |
I know this post is older but I am getting an error
It was working earlier, it does this randomly |
Firstly, thank you dior001, et al for creating this gem! I'm trying to get the API set up for our company.
This works great, and I am able to access our data. However, when I then try:
I get a Insightly2::Errors::ClientError I'm not really sure how to debug from here, and any help would be appreciated. I am admittedly something of noob, and I did notice your note about serialization of JSON, but haven't found a solution down that path so far.
The text was updated successfully, but these errors were encountered: