Skip to content

todpHeadLines pageSize not working #4

Description

@AlbertoCrespoGuzman

I am trying to receive just 10 news using this:

function getNew(){
newsapi.v2.topHeadlines({
category: 'general',
country: 'br',
pageSize: 10
}).then(response => {
});
}

But I am receiving 20 news. 'pageSize' seems not to be working. Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions