[ 
https://issues.apache.org/jira/browse/CAMEL-12183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338925#comment-16338925
 ] 

ASF GitHub Bot commented on CAMEL-12183:
----------------------------------------

oscerd commented on issue #2190: CAMEL-12183: add support for Wordpress REST API
URL: https://github.com/apache/camel/pull/2190#issuecomment-360397603
 
 
   Ok, great :-) 
   
   To squash the commit, first:
   
   git pull --rebase origin master
   
   if origin is your apache remote repo's name
   
   then
   
   git rebase -i HEAD~9
   
   you'll get a list of commits
   
   leave pick <commit_hash> on the first one
   
   for the others change "pick" to "squash"
   
   save and exit.
   
   At the end you'll get a long commit message, before saving, remove the 
commit message and just add "CAMEL-12183: add support for Wordpress REST API"
   
   Maybe do this on a new branch, so you can always take the original branch 
back and start again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Add support for Wordpress REST API
> ----------------------------------
>
>                 Key: CAMEL-12183
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12183
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Ricardo Zanini
>            Priority: Major
>              Labels: camel-wordpress, rest
>
> Wordpress is on 29% of the web, meaning that there are a lot of people over 
> there looking for integration with their systems. I can think of use cases 
> like users synchronization with other data sources, automatic post, 
> migrations, reports creations and so on. Although where it could be really 
> shine is on e-commerce web sites built on top of Wordpress. Camel could 
> integrate the e-commerce platform with a CRM or an ERP, for example. Anyway, 
> I think this component may see many uses.
> [I'm already on it|https://github.com/m88i/camel-wordpress] and should send a 
> PR in a couple hours.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to