Skip to content

todpHeadLines pageSize not working #4

@AlbertoCrespoGuzman

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

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