[SPM] Add Coinpaprika prefix to Networking and NetworkingMocks modules
import CoinSwitch let client = CoinSwitch.API(key: "{YOUR_API_KEY}", ip: "{YOUR_API_SECRET}") client.getCoins().perform { result in do { let coins = try? result.get() // use successfull response } catch { // handle request error } }
CoinSwitchAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CoinSwitchAPI'
CoinSwitchAPI is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CoinSwitchAPI
Example
Installation
CoinSwitchAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
License
CoinSwitchAPI is available under the MIT license. See the LICENSE file for more info.