-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Implemented Search is Deprecated #10
Comments
I have a suspicion that this gem may need to be redone from the ground up to support a more flexible search model provided by people/search |
Hi ckarbass and vladgurovich, I am currently updating the gem to work correctly with the xml apis, this includes updating search which is out of date (pull requests are more than welcome as well). Regarding redoing the gem from the ground up, this is currently going on in another branch (json api, hashie, multi_json, and maybe oauth2), but this will take a little longer than initially planned. As for the field selectors, this is ingrained in the LinkedIn api, so there is not much I can do about it, but if you have some suggestions I am all ears. I will leave this issue open until the search api is working as per the updated api. Thanks, Josh |
A simpler but slightly less readable approach would be to abandon individual objects such as languages, country, etc etc in favor of something like Hashie(or specifically Mash). |
Hey vladgurovich, Once V0.2.0 of the gem is released all my efforts will be focused on the new Hashie (Mash) Json branch, 90% less code with 50% more functionality*. Watch this space Josh *numbers are not quantifiable, but you get the picture :) |
Hi, there is a new a pull request for the new search api |
Works for me, feel free to reopen this. |
The search implemented is deprecated. There is a new "people-search" api:
http://developer.linkedin.com/docs/DOC-1191
The text was updated successfully, but these errors were encountered: