Python eve - 如何在PATCH on_update_resource挂钩中更新数据之前访问

时间:2017-09-25 02:29:33

标签: python hook eve

在python eve中更新文档时,例如PATCH /resource_name/item_id。我想在更新文档之前获取数据。

我应该在钩子函数(on_update_resource)中做什么?

1 个答案:

答案 0 :(得分:0)

创建def event(updates, original) 挂钩时,第二个参数将包含原始文档。你可以检查你想要的任何东西。功能签名如下。

{{1}}

文档在这里(http://python-eve.org/features.html#database-event-hooks