ipfs_http_rpc 0.0.4
ipfs_http_rpc: ^0.0.4 copied to clipboard
Yet another IPFS (HTTP RPC) client implementation for Dart. This package allows easy access to IPFS methods over HTTP with clear documentation.
0.0.4 #
- Set optional
urlinIpfsfactory constructor to not overwrite previous value if left unset.
0.0.3 #
- Fix docstring for
Ipfsclass. - Move statement in example file ('example/main.dart') inside
print().
0.0.2 #
- [BREAKING CHANGE] Privated methods that where previously public (
fileFormData(),post(),interceptDioResponse(), etc.). - Remove export file 'lib/command.dart'.
- Correclty add files in 'lib/command/*' as parts for library.
- Remove unused
get()method. - Add example at 'example/main.dart'.
0.0.1 #
- Initial release.