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

Ipbase 0.1.0

Ipbase 0.1.0

Maintained by Everapi.



Ipbase 0.1.0

  • By
  • EverAPI

Ipbase (CocoaPods)

Installation

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

Usage

import Ipbase
let client = IpbaseClient(configuration: .init(apiKey: "YOUR_API_KEY"))
let info = try await client.info(params: ["ip": "8.8.8.8"])