SearchEndpoint

typealias SearchEndpoint<T> = HttpApiEndpoint<String, List<T>>

Represents an HTTP endpoint that can be used to search for autocomplete suggestions.

Parameters

T

The type of the autocomplete suggestions.