Skip to content

v0.8.0

Choose a tag to compare

@release-drafter release-drafter released this 14 May 19:20
21135b0

Changes

🚀 Features

🐛 Bug Fixes

💔 Breaking change

Initializing ExchangeAPI is now done via a factory method, instead of a constructor (see README.md for details):

using var api = ExchangeAPI.GetExchangeAPI<ExchangeBinanceAPI>();