- Website: https://currencyapi.com
- Docs: https://currencyapi.com/docs
pod 'Currencyapi', :git => 'https://github.com/martechdev/currencyapi-ios.git', :tag => '0.1.0'
import Currencyapi
let client = CurrencyApiClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let latest = try await client.latest(["base_currency": "USD", "currencies": "EUR,GBP"])