Sha256: 308032f9519a3857234bac1f82ad501796a9e13a766f402316dc4a3c6289f370

Contents?: true

Size: 763 Bytes

Versions: 8

Compression:

Stored size: 763 Bytes

Contents

{
  "swagger": "2.0",

  "info": {
    "title": "Uber",
    "version": "1"
  },

  "host": "api.uber.com",

  "basePath": "/v1",

  "schemes": ["https"],

  "produces": ["application/json"],

  "securityDefinitions": {
    "server_token": {
      "type": "apiKey",
      "name": "Authorization",
      "in": "header",
      "x-format": "Token %s"
    }
  },

  "paths": {
    "/products": {
      "get": {
        "summary": "Return information about products offered at a given location.",
        "operationId": "getProducts",
        "parameters": [{
          "name": "latitude",
          "in": "query",
          "type": "number"
        }, {
          "name": "longitude",
          "in": "query",
          "type": "number"
        }]
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
apiture-0.2.6 spec/files/uber.json
apiture-0.2.5 spec/files/uber.json
apiture-0.2.4 spec/files/uber.json
apiture-0.2.3 spec/files/uber.json
apiture-0.2.2 spec/files/uber.json
apiture-0.2.1 spec/files/uber.json
apiture-0.2.0 spec/files/uber.json
diesel-api-dsl-0.1.5 spec/files/uber.json