Bulk Collection Manipulation through a REST (RESTful) API

后端 未结 7 727
我寻月下人不归
我寻月下人不归 2020-12-04 06:45

I\'d like some advice on designing a REST API which will allow clients to add/remove large numbers of objects to a collection efficiently.

Via the API, clients need

7条回答
  •  长情又很酷
    2020-12-04 07:32

    You should use AtomPub. It is specifically designed for managing collections via HTTP. There might even be an implementation for your language of choice.

提交回复
热议问题