Luca Foppiano created CAMEL-6021:
------------------------------------

             Summary: support for pagination
                 Key: CAMEL-6021
                 URL: https://issues.apache.org/jira/browse/CAMEL-6021
             Project: Camel
          Issue Type: Improvement
          Components: camel-twitter
    Affects Versions: 2.10.3
            Reporter: Luca Foppiano
            Priority: Minor


Add the support for pagination in the component, it is already supported by 
twtter4j. 

The parameter will be called numberOfPages (to be check if is not too long) for 
example: 

twitter://search?type=direct&keywords=camel&numberOfPages=2

for the header it will be used a new constant: 

.setHeader(TwitterConstants.TWITTER_NUMBER_OF_PAGES, constant(5))

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to