202.3.6. エンドポイントプレフィックスの 投稿
以下のエンドポイントは、以下のようにプレフィックス post を使用して 呼び出す ことができます。
linkedin://posts/endpoint?[options]
エンドポイント | 短縮エイリアス | オプション | 結果ボディーのタイプ |
---|---|---|---|
addComment | comment | comment, post_id | |
flagCategory | post_id, postcategorycode | ||
followPost | isfollowing, post_id | ||
getPost | POST | count、field、post_id、start | org.apache.camel.component.linkedin.api.model.Post |
getPostComments | postComments | count、field、post_id、start | org.apache.camel.component.linkedin.api.model.Comments |
likePost | isliked, post_id | ||
removePost | POST | post_id |
postsの URI オプション
オプション [count, start] のいずれかに値が指定されていない場合、エンドポイント URI またはメッセージヘッダーのいずれかで値が指定されていない場合、 null と見なされます。null 値 は、他のオプションが一致するエンドポイントを満たさない場合にのみ使用されることに注意してください。
Name | Type |
---|---|
comment | org.apache.camel.component.linkedin.api.model.Comment |
count | Long |
fields | 文字列 |
フォロー中 | org.apache.camel.component.linkedin.api.model.IsFollowing |
isliked | org.apache.camel.component.linkedin.api.model.IsLiked |
post_id | 文字列 |
postcategorycode | org.apache.camel.component.linkedin.api.model.PostCategoryCode |
start | Long |