getSuggestions

open override fun getSuggestions(query: String, options: SuggestOptions): String?

Fetches suggestions from the merino suggest endpoint for the given query.

Returns the raw JSON response body as a string, or None if the server returned HTTP 204 (no suggestions available for weather).