[
https://issues.apache.org/jira/browse/CAMEL-8456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350838#comment-14350838
]
ASF GitHub Bot commented on CAMEL-8456:
---------------------------------------
GitHub user trohovsky opened a pull request:
https://github.com/apache/camel/pull/424
CAMEL-8456 - Remove addCompanyUpdateComment endpoint from camel-linkedin
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trohovsky/camel CAMEL-8456
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/424.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #424
----
commit 383f3edab9c33af897ae5ae538264a48600dd3c6
Author: Tomas Rohovsky <[email protected]>
Date: 2015-03-06T20:20:58Z
CAMEL-8456 - Remove addCompanyUpdateComment endpoint from camel-linkedin
----
> Remove addCompanyUpdateComment endpoint from camel-linkedin
> -----------------------------------------------------------
>
> Key: CAMEL-8456
> URL: https://issues.apache.org/jira/browse/CAMEL-8456
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.14.1
> Reporter: Tomas Rohovsky
>
> Underlying resource
> {code}
> /companies/{company-id}/updates/key={update-key}/update-comments
> {code}
> does not exist. It was probably added by mistake instead of
> {code}
> https://api.linkedin.com/v1/people/~/network/updates/key={update-key}/update-comments
> {code}
> mentioned in the documentation
> [https://developer-programs.linkedin.com/documents/commenting-and-liking-company-share].
> The resource is already mapped to linkedin://people/addUpdateComment so
> there is no need to add it to companies prefixed endpoints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)