You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Foppiano (JIRA)" <ji...@apache.org> on 2013/01/30 08:01:14 UTC

[jira] [Created] (CAMEL-6021) support for pagination

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