Contents

coinpaprika/coinswitch-api-swift-client

CoinSwitch API client written in Swift

Example

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
}
}

Installation

CoinSwitchAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CoinSwitchAPI'

License

CoinSwitchAPI is available under the MIT license. See the LICENSE file for more info.

Package Metadata

Repository: coinpaprika/coinswitch-api-swift-client

Stars: 2

Forks: 0

Open issues: 0

Default branch: master

Primary language: swift

License: MIT

README: README.md

Archived: yes