hive_api 0.2.1
hive_api: ^0.2.1 copied to clipboard
A simple API for connecting to the Hive network.
0.1.0 #
- First public release.
0.1.1 #
- Fix casting errors in List operations
0.2.0 #
- BREAKING:
getAccountReputationsnow returnsList<AccountReputation> lookupAccountsnow returnsList<String>instead ofList<dynamic>- Fix more casting errors in List operations
- Add tests for all public functions
0.2.1 #
- Remove unused
getFeedJson