c# - REST APIs, Batch POST & Tracking Changes vs Individual PUTS/POSTS/DELETES? -


what considered best practice when developing rest api?

sending batch request post each object having tracking state?

or

a separate post/put/delete per object?

think working within table , editing objects/rows in table.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -