Skip to content

1.0.0

Compare
Choose a tag to compare
@tharunpargi tharunpargi released this 11 Jan 06:34
· 2 commits to master since this release
3a74be6

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