我是制作 API 的新手,我最近安装了 apigee 127 来使用 swagger 制作 API。但是有几件事我不明白。我正在通过一个示例如下(与问题相关):
parameters:
-
name: "name"
in: "query"
description: "The name of the person to whom to say hello"
required: false
type: "string"
做什么
in: "query"
在上述 YAML 数据中是什么意思?请建议阅读哪些文档以更好地理解上述内容。