scot_api 0.4.3
scot_api: ^0.4.3 copied to clipboard
A simple client to connect to the Scotbot interface of Hive tribes.
0.1.0 #
- First public release.
0.1.1 #
- Fix type cast errors
0.2.0 #
getAccountForTokenrenamed togetAccountForSymbol- Added
Account.empty getAccountandgetAccountForSymbolno longer throwNotFoundFailure. Instead, they simply return what is returned by scot-api. This meansgetAccountreturns an empty Map andgetAccountForSymbolreturns an object likeAccount.emptyexcept thenameandsymbolfields are set.
0.2.1 #
gePostInforeturns an empty Map if not found
0.3.0 #
- Add Discussion.empty
0.4.0 #
- Add ActiveVote.empty
0.4.1 #
- PostInfo.authorPayoutBeneficiaries can be null
- PostInfo.parentAuthor and parentPermlink can be null
0.4.2 #
- Add 'comments' and 'replies' to allowed DiscussionTypes
0.4.3 #
- Add maxConnections parameter to client to throttle the number of parallel connections