getSuggestions

@GET(value = "cgi/suggest.pl")
abstract suspend fun getSuggestions(@Query(value = "tagtype") tagType: String, @Query(value = "term") term: String): ArrayList<String>