我已经有一个使用 flask 和 flask-restless 扩展实现的 REST API。为了使导航更容易,我想实现超媒体样式的链接。我可以编写一个后处理器来手动插入链接,但感觉很黑客。有没有更清洁的方法,或者可能是由烧瓶不安分支持的东西?
Ah刚刚
从 https://flask-restless.readthedocs.org/en/latest/api.html 中找到,可以使用include_methods来包含超媒体的属性。