- Website: https://vatcheckapi.com
- Docs: https://vatcheckapi.com/docs/
pod 'Vatcheckapi', :git => 'https://github.com/martechdev/vatcheckapi-ios.git', :tag => '0.1.0'
import Vatcheckapi
let client = VatCheckApiClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let result = try await client.validate(vatNumber: "DE123456789")