[SPM] Add Coinpaprika prefix to Networking and NetworkingMocks modules
import Changelly let client = Changelly.API(key: "{YOUR_API_KEY}", secret: "{YOUR_API_SECRET}") client.getCurrencies().perform { result in do { let currencies = try? result.get() // use successfull response } catch { // handle request error } }
ChangellyAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ChangellyAPI'
ChangellyAPI is available under the MIT license. See the LICENSE file for more info.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号 京公网安备 11010802032778号
ChangellyAPI
Example
Installation
ChangellyAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
License
ChangellyAPI is available under the MIT license. See the LICENSE file for more info.