September 2017
Intermediate to advanced
244 pages
6h 44m
English
Right now, all data coming from the database is being shown to the user as it is. What if field names will change and the client side developer is using that DB field? It will start giving an error at the client side as well.
If you remember, one of the important constraints of REST is abstraction between what the server returns to the client and how a server actually stores data. So, we need to keep this abstraction. In upcoming chapters, we will see how we can keep that abstraction.
Read now
Unlock full access