bitpanda_price_ticker 0.1.1 copy "bitpanda_price_ticker: ^0.1.1" to clipboard
bitpanda_price_ticker: ^0.1.1 copied to clipboard

discontinued
outdated

Dart client to consume Bitpanda's price ticker API. BTC, ETH, PAN (and many more) prices.

0.1.1 #

🚀 Add initial implementation of the package.

  • convert response to Map<String, Map<String, String>> using the fetchAsMap function, so that result can be used as: result['BTC']['USD] (better for iteration, new values are "automatically supported")
  • convert response to instance of built class using the fetch function, so that result can be used as: result.btc.usd (easier discoverability and type safety)
  • unit and integration tests
  • documentation for contributors (and for future me): how to use built_value, dartfmt, dartanalyzer, coverage for development.

0.1.0 #

😆 Initial release, a beautiful empty package!

3
likes
0
pub points
0%
popularity

Publisher

verified publisherdartside.dev

Dart client to consume Bitpanda's price ticker API. BTC, ETH, PAN (and many more) prices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_value, http

More

Packages that depend on bitpanda_price_ticker