Perfect! Yes, a clean new set of APIs would be much appreciated. One thing I noticed is that the returned items now contain a post_id
, without hivemind it was just id
. That's no problem for me, but maybe it would be better to use the old identifier. Just in case someone is using it already...
Update:
The field
last_update
seems to be missing in the posts result. When usingget_state( [tag] / @[author] / [permlink] )
the field is there in theresult.content[]
items but it is always returned as empty string.The field
curator_payout_value
is always returned as '0.000 SBD'. Without hivemind it contains the correct amount as soon as a post has been paid out.The method
get_follow_count
returns incorrect numbers infollower_count
andfollowing_count
for my account.