Contents

coinpaprika/changelly-api-swift-client

Changelly API client written in Swift

Example

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

Installation

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

pod 'ChangellyAPI'

License

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

Package Metadata

Repository: coinpaprika/changelly-api-swift-client

Stars: 0

Forks: 0

Open issues: 0

Default branch: master

Primary language: swift

License: MIT

README: README.md