阅读背景:

轻便发电机不识别控制器。

来源:互联网 

I have this yaml file:

我有这个yaml文件:

---
swagger: "2.0"
info:
  version: 0.1.0
  title: "My API"
host: localhost:3000
basePath: /api
schemes:
  - http
paths:
    /weather:
      get:
        x-swagger-router-controller: "weatherController"
        description: "Returns current weather in the specified city to the caller"
        operationId: getWeather
        parameters:
          - name: city
            in: query
            description: "The city you want weather for in the form city,state,country"
            required: true
            type: "string"
---
swag



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: