All Questions
2 questions
0
votes
2
answers
62
views
Web Services with Android and iOS apps
I have a website which uses REST Api for communication. All data retrieval and save happen through Rest Api calls(polyglot environment). Now I am planning to create an Android and iOS app .
I have ...
4
votes
2
answers
246
views
REST: How to deal with relative resources?
I'm designing an web app with React as front-end, and I'm trying to properly understand REST API practices. Reading resources online, one can get the idea that the REST API is seen kind of like an ...