I have found a significant piece of information missing in the api definitions:
https://developers.hive.io/apidefinitions/#bridge.get_ranked_posts
I have found out, that there are at least 3 more Query parameters for bridge.get_ranked_posts
:
{"limit": 21, "start_author": "", "start_permlink": ""}
Where api.hive.blog accepts a limit
between 1:100.
If your expected result is any longer than 100, you need to call again, and reference:
start_author
the author of the last post of the results (without @),
start_permlink
the permlink of the last post of the results.
I also made a post where I demonstrate the usage:
@felixxx/javascript--hive-api-bridge-to-fetch-all-posts-for-a-certain-tag
I would like to fix the definitions.
And offer some explanations and perhaps an example.
I made an account with syncad.gitlab.com.
I looked at it for a moment and decided that it would take me too long to even open an issue.
I would be happy, if someone more experienced with gitlab and the contribution guidelines and all of that, fixes it. I would also very much like someone help me and walk me through how I would have to go about this, as I am sure, that I will find a bunch more errors and gaps there.
I have already written a very angry post about it, which no dev has read.
And that was probably for the better.
I have since found out that I used the wrong tag/category/community.
Reposting without cussing and this time under #hive-devs. I also joined the Discord guild.