CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

Fxapi 0.1.0

Fxapi 0.1.0

Maintained by Everapi.



Fxapi 0.1.0

  • By
  • EverAPI

Fxapi (CocoaPods)

Installation

pod 'Fxapi', :git => 'https://github.com/martechdev/fxapi-ios.git', :tag => '0.1.0'

Usage

import Fxapi
let client = FxApiClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let latest = try await client.latest(["base": "USD", "symbols": "EUR,GBP"])