KentonWhite / zohoho

Simple interface to zoho api
MIT License
8 stars 11 forks source link

Get Token #1

Closed nolastan closed 12 years ago

nolastan commented 12 years ago

I modified the init code to work the original way while getting the token for you. See crm.rb.

Also got the test suite at least working with the right versions of gems, though none of the tests pass.

KentonWhite commented 12 years ago

Thanks Stan. I've merged into the master branch.

Kenton White

On Sep 4, 2012, at 3:17 AM, Stan notifications@github.com wrote:

I modified the init code to work the original way while getting the token for you. See crm.rb.

Also got the test suite at least working with the right versions of gems, though none of the tests pass.

You can merge this Pull Request by running:

git pull https://github.com/nolastan/zohoho master Or view, comment on, or merge it at:

https://github.com/KentonWhite/zohoho/pull/1

Commit Summary

Added support for Sales Order and Fixed bug with ticket gen added support for tasks pp error adding gems required for development updating cassettes fixing a few failing examples removing redundant statement using auth_token instead of username, password, ticket and api_key Merge pull request #1 from visfleet/authToken adding class to generate an Authentication token Merge branch 'master' into authToken adding the ability to generate Zoho Authentication Tokens Merge pull request #2 from visfleet/authToken adding generic .call method to crm module to be able to easily call a… Merge branch 'master' of github.com:visfleet/zohoho removing examples Generate auth_token remove nokogiri Update README.rdoc added add_lead method Removed unnecessary method causing undefined method error in Rails 2. File Changes

M .gitignore (3) M Gemfile (5) M Gemfile.lock (32) M README.rdoc (4) M lib/zohoho.rb (3) A lib/zohoho/authentication.rb (35) M lib/zohoho/connection.rb (41) M lib/zohoho/crm.rb (50) M spec/connection_spec.rb (7) M spec/fixtures/vcr_cassettes/connection/call.yml (2188) M spec/fixtures/vcr_cassettes/connection/ticket.yml (82) M spec/fixtures/vcr_cassettes/crm/add_contact.yml (125) M spec/fixtures/vcr_cassettes/crm/contact.yml (265) M spec/fixtures/vcr_cassettes/crm/contact_single.yml (170) M spec/fixtures/vcr_cassettes/crm/note.yml (123) Patch Links

https://github.com/KentonWhite/zohoho/pull/1.patch https://github.com/KentonWhite/zohoho/pull/1.diff — Reply to this email directly or view it on GitHub.