class Kagi::Object::RelatedResults

Overview

A list of suggestions based on the search request

https://help.kagi.com/kagi/api/search.html#related-searches

Included Modules

Defined in:

kagi/objects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def list : Array(String) #

List of related results to the query performed


[View source]
def type : Int32 #

Type of result object, always "1" for RelatedResults


[View source]