You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When student update details. what will be the structure of json data for API call
We can send all data in one API call.
prons: only one API have to call
cons : when student made a small update we have to send whole data for updation.
We cal call one API per database table model.
prons: when student update information we have to send only related model data
cons: we have to call five API first time when user create profile and fill all data.
More suggestion are welcome..
The text was updated successfully, but these errors were encountered:
When student update details. what will be the structure of json data for API call
We can send all data in one API call.
prons: only one API have to call
cons : when student made a small update we have to send whole data for updation.
We cal call one API per database table model.
prons: when student update information we have to send only related model data
cons: we have to call five API first time when user create profile and fill all data.
More suggestion are welcome..
The text was updated successfully, but these errors were encountered: