- Website: https://ipbase.com
- Docs: https://ipbase.com/docs/
pod 'Ipbase', :git => 'https://github.com/martechdev/ipbase-ios.git', :tag => '0.1.0'
import Ipbase
let client = IpbaseClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let info = try await client.info(params: ["ip": "8.8.8.8"])