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

Vatcheckapi 0.1.0

Vatcheckapi 0.1.0

Maintained by Everapi.



  • By
  • EverAPI

Vatcheckapi (CocoaPods)

Installation

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

Usage

import Vatcheckapi
let client = VatCheckApiClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let result = try await client.validate(vatNumber: "DE123456789")