fullcontact / fullcontact-api-ruby

A Ruby wrapper for the FullContact API
MIT License
82 stars 84 forks source link

FullContact.company(domain: 'fullcontact.com') returns no method error #38

Closed jonathandenney closed 9 years ago

jonathandenney commented 9 years ago

With FullContact initialized, when I make calls to the person API it works perfectly. However each call I make to the company API returns a no method error. There seems to be an issue with the ruby wrapper's company API functionality.

screen shot 2015-07-06 at 8 59 19 pm

Xorlev commented 9 years ago

Hi Jonathan,

Company API functionality was introduced in 0.10.0 of the gem (newest is 0.11.0). You appear to be using 0.9.0. If you upgrade it should start working.

Michael Rose Senior Software Engineer, Data Science _Full_Contact | fullcontact.com https://www.fullcontact.com/?utm_source=FullContact%20-%20Email%20Signatures&utm_medium=email&utm_content=Signature%20Link&utm_campaign=FullContact%20-%20Email%20Signatures m: +1.720.837.1357 | t: @xorlev

All Your Contacts, Updated and In One Place. Try FullContact for Free https://www.fullcontact.com/?utm_source=FullContact%20-%20Email%20Signatures&utm_medium=email&utm_content=Signature%20Link&utm_campaign=FullContact%20-%20Email%20Signatures

On Mon, Jul 6, 2015 at 6:59 PM, Jonathan Denney notifications@github.com wrote:

With FullContact initialized, when I make calls to the person API it works perfectly. However each call I make to the company API returns a no method error. There seems to be an issue with the ruby wrapper's company API functionality.

[image: screen shot 2015-07-06 at 8 59 19 pm] https://cloud.githubusercontent.com/assets/5561731/8536635/e902e048-2421-11e5-9d5b-5ce01636f72a.png

— Reply to this email directly or view it on GitHub https://github.com/fullcontact/fullcontact-api-ruby/issues/38.

jonathandenney commented 9 years ago

Awesome that did it. Thanks!