https://kotlinlang.org logo
Title
a

ansari

07/11/2017, 10:25 PM
hello does anyone have idea about retrofit @ get request header ?
k

kagomez

07/12/2017, 12:13 AM
ansari: what do you mean?
a

ansari

07/12/2017, 12:14 AM
i mean do you have any idea about retrofit api call library
a

ansari

07/12/2017, 12:57 AM
yea but i can't find the solution in there
if you've idea about it can you help me out
k

kagomez

07/12/2017, 9:13 PM
what do you need specifically
👍 1
a

ansari

07/13/2017, 9:20 PM
am working on autocomplete textview using retrofit service
k

kagomez

07/14/2017, 7:27 PM
ok, so what is exactly the problem you don't know how to make the request?
a

ansari

07/17/2017, 6:48 PM
yup how to make a request for the keyword ?
i used @Query request but that doesn't work
k

kagomez

07/17/2017, 7:44 PM
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

ansari

07/17/2017, 8:21 PM
yea that's what am confused about it