All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.tools.framework.importers.swagger.testdata.multi_apis_single_name3.json Maven / Gradle / Ivy

{
  "swagger": "2.0",
  "host": "apis.example.com",
  "x-google-api-name": "subscriber",
  "info": {
    "version": "1.0.0",
    "title": "Bookstore",
    "description": "A simple Bookstore example."
  },
  "basePath": "/v1",
  "schemes": [
    "http"
  ],
  "consumes": [
    "application/json"
  ],
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "api_key": {
      "type": "apiKey",
      "name": "key",
      "in": "query"
    }
  },
  "security": [
    {
      "api_key": []
    }
  ],
  "paths": {
    "/channel/subscriber": {
      "post": {
        "description": "Returns all shelves in the bookstore",
        "operationId": "subscribe",
        "produces": [
          "application/json"
        ],
        "responses": {
          "200": {
            "description": "shelves list response"
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy