amalc / rubyzoho

Abstracting Zoho’s API into a set of Ruby classes, with reflection of Zoho’s fields using a more familiar ActiveRecord lifecycle, but without ActiveRecord. Works with Rails and Devise.
MIT License
62 stars 57 forks source link

Zoho api v2 released. #73

Open AlbaHoo opened 6 years ago

AlbaHoo commented 6 years ago

Just want to confirm, is there any upgrade plan in terms of new zoho api version, v2.

https://www.zoho.com/crm/help/api/deprecation-transition-announcement.html

Deprecation Date: Dec 31, 2018 Issue fixes, API support, and enhancements for the V1 (ie. previous) version will not be taken up beyond the deprecated date. All the V1 API methods will be marked as deprecated. The V1 APIs used in your existing code will still work even beyond the deprecated date, and will become non-operational only after the Sunset Date mentioned below.

Sunset Date: Dec 31, 2019 All old API methods will not be operational. This means all your codes written based on V1 will stop working.

amalc commented 6 years ago

Thanks for the heads up. I haven't had a lot of time to devote to this gem over the last year. Let me take a look. Have you looked at V2?

AlbaHoo commented 6 years ago

Not really, I just noticed today, the big differences are

  1. Change from api_key authentication to OAuth
  2. Change input/output format from XML to JSON still have 1.5 years to do, I would love to keep using this Gem if possible.
amalc commented 6 years ago

Both changes make sense. Will take a look.

FawadNL commented 6 years ago

Hi @amalc ,

Any news regarding updating this gem to use api v2? Cause API V1 will be deprecated and closed on 31 December 2018.

amalc commented 6 years ago

Sadly not yet. Have you had a chance to highlight the differences? -- — +1-212-537-9054 Voice +1-917-415-3745 Text

FawadNL commented 6 years ago

Please look into this gem, which supports api v2: https://github.com/rikas/zoho_hub