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

Serpnode 0.1.0

Serpnode 0.1.0

Maintained by Everapi.



Serpnode 0.1.0

  • By
  • EverAPI

Serpnode (CocoaPods)

Installation

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

Usage

import Serpnode

let client = SerpnodeClient(configuration: .init(apiKey: "YOUR_API_KEY"))

Task {
    let result = try await client.search(params: [
        "q": "site:screenshotbase.com",
        "engine": "google",
        "num": 10
    ])
    print(result)
}

License

MIT