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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -