You are viewing a single comment's thread from:
RE: Hidden Steemit post/comment listing options you may not know about
How did You found these routes? Are they documented in API or just hidden?
How did You found these routes? Are they documented in API or just hidden?
I'm not sure if they are documented. I was browsing the steem-python
steemd
instance for other reasons and came across a couple ofget_comments_by_*
API calls that are not used anywhere else. Some sounded familiar to keywords used by condenser in the URL. Here's the corresponding condenser code, which revealed what is currently implemented there.