标签: python swagger flask-restplus
在Restplus文档中(使用B!ueprints),我们看到:一个完整的示例:https://flask-restplus.readthedocs.io/en/0.2.3/example.html
创建的swagger文档只有一个部分“todos:TODO operations”
我怎样才能有多个部分?
答案 0 :(得分:1)
您需要使用命名空间来实现此目的。每个命名空间都成为swagger doc中的一个单独部分。
http://flask-restplus.readthedocs.io/en/stable/scaling.html