Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination in get_discussions_by_feed not working #252

Open
hrosspet opened this issue Jul 18, 2018 · 0 comments
Open

Pagination in get_discussions_by_feed not working #252

hrosspet opened this issue Jul 18, 2018 · 0 comments

Comments

@hrosspet
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant