{ "version" : "0.1", "base_url" : "http://api.linkedin.com", "methods" : { "send_message" : { "path" : "/v1/people/~/mailbox", "method" : "POST", "required_payload" : true, "expected_status" : [ 201 ] }, "send_invitation" : { "path" : "/v1/people/~/mailbox", "method" : "POST", "required_payload" : true, "expected_status" : [ 201 ] } }, "authentication" : true, "authority" : "http://github.com/SPORE", "name" : "LinkedIn", "meta" : { "documentation" : "http://developer.linkedin.com/", "module" : "Communications" } }