Luca Foppiano created CAMEL-6022:
------------------------------------

             Summary: limiting number of results per page
                 Key: CAMEL-6022
                 URL: https://issues.apache.org/jira/browse/CAMEL-6022
             Project: Camel
          Issue Type: Improvement
          Components: camel-twitter
    Affects Versions: 2.10.3
            Reporter: Luca Foppiano
            Priority: Minor


Add the limitation for the number of result per page (parameter 'count' in the 
new api 1.1, 'rpp' in the 1.0). Max value is 100.

Support in the endpoint configuration

twitter://search?type=direct&keywords=camel&lang=it&count=100

or via header configuration: 

setHeader(TwitterConstants.TWITTER_COUNT, constant(100))

--
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