Grape api Yaml格式

时间:2019-07-31 10:44:09

标签: grape grape-api grape-entity

我配置了广泛支持的格式YAML。

  add_swagger_documentation(
    hide_documentation_path: true,
    produces: [ 'application/yaml'],
    hide_format: true,
    mount_path: "/swagger_doc",
    info: {
      title: "The homepage.",
    }
  )

然后我在响应客户端之前将结果解析为YAML,但错误消息仍返回JSON。要完全使用YAML而不是JSON,接下来要做的下一步是什么?

0 个答案:

没有答案