Hey guys,
Sorry to ask. I can't get this gem to work at all and I'm not sure why.
The gem is included in my Gemfile and Gemfile.lock
[1] pry(main)> client = LinkedIn::Client.new('xxx', 'xxx')
NameError: uninitialized constant Api::QueryHelpers
from /Users/leonardteo/.rvm/gems/ruby-2.1.6@artstation/gems/linkedin-1.1.0/lib/linked_in/client.rb:8:in `<class:Client>'
I took a look and I could not find a reason why Api::QueryHelpers would be uninitialized.
Any ideas?