linkedin
linkedin copied to clipboard
Ruby wrapper for the LinkedIn API
@wip I'm working on the following things: - Re-structure spec/ folder to match lib/'s structure - Improve assertions about responses, so we're not just checking for instance of LinkedIn mash...
client.connect_by_email("[email protected]") sends the LinkedIn user with "[email protected]" an invitation to connect.
Right now we have reimplemented things many many times. It'd be nice to convert all of the internals to faraday so that we can easily extend the linkedin gem.
I was confused to discover that all results on the pages after first had only default fields. And then ... hey, where did my options go?