blob: d66e2f7a633d5ef0cf735102e2e10f60725e9d44 (
plain) (
tree)
|
|
{
"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"
}
}
|