CoinLive

Realtime BTC data using RxSwift and URLSession

External frameworks used:

  • RxSwift

To turn off the console logs use:

URLSession.rx.shouldLogRequest = { request in 
   return false // Or use request to determine if you want to log or not
}

GitHub

View Github