Skip to content

Pagination in get_discussions_by_feed not working #252

Open
@hrosspet

Description

According to condenser api documentation the discussion_query parameter should have the following structure:

{
 "tag": "",
 "start_author": "",
 "start_permlink": "",
 "limit": 100
}

The tag key and limit key work nicely, but the function seems to give the same response regardless of how the start_author and start_permlink are set.

'get_discussions_by_feed', discussion_query, api='database_api')

I also tried an alternative function steem.steemd.get_feed but its comment field has different keys than get_discussions_by_feed, so it's not suitable.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions