Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dstore Request 的文档说... Request - 这是一个简单的基于服务器的集合,它按照 REST 约定发送 HTTP 请求,以访问和修改通过 store 接口请求的数据。
如果 get、put、add 和 remove 没有实现,如何访问和修改数据?
dstore/Request简单地实现获取逻辑。为了与 REST API 进行完全交互,您将需要使用dstore/Rest,它使用您提到的方法对其进行了扩展。
dstore/Request
dstore/Rest