hello does anyone have idea about retrofit @ get r...
# android
a
hello does anyone have idea about retrofit @ get request header ?
k
ansari: what do you mean?
a
i mean do you have any idea about retrofit api call library
a
yea but i can't find the solution in there
if you've idea about it can you help me out
k
what do you need specifically
👍 1
a
am working on autocomplete textview using retrofit service
k
ok, so what is exactly the problem you don't know how to make the request?
a
yup how to make a request for the keyword ?
i used @Query request but that doesn't work
k
you should define query
@Query(filter[where][property]=) String charSequence
then you call it like the rest of the endpoints
but also I don't think that for every new character you type you make a new request you should find a better solution for this
a
yea that's what am confused about it