end point called (/login)
It will give me responses (name , email,age , id) .
Now I want to get this id frome the response using kotlin retrofit .
How can I ?
Please somebody help me
Model the response using a data class and create a variable of that type. You can access the id using variableName.Id
Thank you
You are welcome
Обсуждают сегодня