我对 Django-Tastypie 相当陌生,我正在查看下面的入门示例:http: //django-tastypie.readthedocs.org/en/latest/tutorial.html#hooking-up-the-resource-s
- http://127.0.0.1:8000/api/entry/?format=json
- http://127.0.0.1:8000/api/entry/1/?format=json
- http://127.0.0.1:8000/api/entry/schema/?format=json
是否可以允许包含某种格式的过滤条件的rest URL,用于过滤要返回的对象?
这意味着我必须在这个线程中做类似的事情:REST urls with sweetpie ?