Package-level declarations
Types
Functions
Link copied to clipboard
fun <T> HttpAutocompleteService(searchEndpoint: SearchEndpoint<T>, json: Json = HttpApiEndpoint.json(), client: HttpClient = HttpApiEndpoint.httpClient(json)): HttpAutocompleteService<T>
Creates an HttpAutocompleteService that uses the specified searchEndpoint to search for autocomplete suggestions.