ipfs_http_rpc 0.0.2
ipfs_http_rpc: ^0.0.2 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.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.