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 #
getAccountForToken
renamed togetAccountForSymbol
- Added
Account.empty
getAccount
andgetAccountForSymbol
no longer throwNotFoundFailure
. Instead, they simply return what is returned by scot-api. This meansgetAccount
returns an empty Map andgetAccountForSymbol
returns an object likeAccount.empty
except thename
andsymbol
fields are set.
0.2.1 #
gePostInfo
returns 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