Using Modification with Google Endpoints

I created a REST server using Google endpoints. How to use modification to make calls to this REST API from my android client?

+1
source share
1 answer

Use the Google api server URL as the base URL and continue with the normal modification setup. I do not think this is very important. Here is a link to a tutorial that can help you get started with retrofitting. Test link

+1
source

All Articles