I am new to retrofit 2 library.I read several articles to get started as a beginner and I managed to fetch XML data from my RESTful API without specifying parameters.In my metho
Query is use for URL parameters and with @Query("password") the URL should be :
user/john?password=****
Path is use to replace item defined in your path, like
user/{username}