Skip to content

Releases: zoho/zohocrm-ruby-sdk-5.0

2.0.0

22 Apr 08:53
11179c2
Compare
Choose a tag to compare

2.0.0

  • Update RecordLockingOperations class constructor and methods.

  • Added new parentColumnIndex field in BulkWrite FieldMapping class.

  • Added new fileNames field in BulkWrite Resource class.

  • Support for the following new APIs.

For more details, kindly refer to here.

  • Install Ruby SDK
    • Ruby SDK is available through Gem . You can download the gem using:
      gem install ZOHOCRMSDK5_0

Dependencies

  • Dependencies that should be included in the project
    • install cgi
        gem install cgi
    • install csv
        gem install csv
    • install json
        gem install json
    • install multipart-post
        gem install multipart-post
    • install rest-client
        gem install rest-client
    • install uri
        gem install uri
    • install mysql2
        gem install mysql2
    • install tzinfo
        gem install tzinfo
    • install webrick
        gem install webrick

1.0.0

11 Jan 06:34
3a74be6
Compare
Choose a tag to compare

1.0.0

For more details, kindly refer to here.

  • Install Ruby SDK
    • Ruby SDK is available through Gem . You can download the gem using:
      gem install ZOHOCRMSDK5_0

Dependencies

  • Dependencies that should be included in the project
    • install cgi
        gem install cgi
    • install csv
        gem install csv
    • install json
        gem install json
    • install multipart-post
        gem install multipart-post
    • install rest-client
        gem install rest-client
    • install uri
        gem install uri
    • install mysql2
        gem install mysql2
    • install tzinfo
        gem install tzinfo
    • install webrick
        gem install webrick