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
Post a Comment