Android Kotlin Jetpack retrofit compose how to make a GET request with Authorization Header
Budget: £10 – £20 GBP
I need to pass GET parameters in my case https://mydomain.com/api/?guid=...&sync=.. as well as header authentication: builder.header("Authorization", "Bearer $authorization")
How do I do it using Jetpack Compose
I am happy to pay for help via a Zoom call, I am new the Android, I have working project that makes api requests without Authorization header.
@GET("all")
fun getAll(@Query("guid") String guid,@Query("sync") String sync ):Call<ResponseBody>
How do I do it using Jetpack Compose
I am happy to pay for help via a Zoom call, I am new the Android, I have working project that makes api requests without Authorization header.
@GET("all")
fun getAll(@Query("guid") String guid,@Query("sync") String sync ):Call<ResponseBody>