Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 432 Bytes

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
}