如何用raml语言浏览文件?

时间:2015-08-26 07:26:18

标签: spring-mvc mule raml

我想像RAM工具一样浏览RAML中的文件: enter image description here

但是当我用RAML语言编写时,不支持:

body:
  multipart/form-data:
    formParameters:
      file:
        description: The file to be uploaded
        required: true
        type: file

它没有按钮"浏览",所以我不知道如何将文件附加到端点: enter image description here

1 个答案:

答案 0 :(得分:1)

API控制台中缺少这一点,因为this明确了支持RAML工具上传文件的必要性:

  

文件(仅适用于表单属性)   值是一个文件。客户端生成器应该使用这种类型来正确处理文件上传。

正如Tyrone建议的那样,在GitHub中打开一个错误:the spec for the file type