我使用Mongodb设置Python Eve,并且能够发送GET请求并获得以下响应:
<resource href="necklace" title="necklace">
<link rel="last" href="necklace?page=798" title="last page"/>
<link rel="next" href="necklace?page=2" title="next page"/>
<link rel="parent" href="/" title="home"/>
<_meta>
<max_results>25</max_results>
<page>1</page>
<total>19941</total>
</_meta>
<resource href="necklace/5a8f2b4d43999a19e8b2225e" title="Necklace">
<_created>Thu, 01 Jan 1970 00:00:00 GMT</_created>
<_etag>252d448cbc5c08a8d5c9e8ece10f2c3e6a93df1d</_etag>
<_id>5a8f2b4d43999a19e8b2225e</_id>
<_updated>Thu, 01 Jan 1970 00:00:00 GMT</_updated>
</resource>
_id是正确的。但是,不会返回该文档的其他条目。在Python Eve的settings.py配置中出错了吗?
以下是MongoDB中的数据:
_id
time
subject
aX (array)
aY (array)
aZ (array)