Update dependencies

This commit is contained in:
Alexander Neumann 2017-09-13 14:09:48 +02:00
parent f3b49987f8
commit fda563d606
926 changed files with 189726 additions and 98666 deletions

View file

@ -1,40 +1,26 @@
{
"baseUrl": "https://searchconsole.googleapis.com/",
"canonicalName": "Search Console",
"servicePath": "",
"description": "Provides tools for running validation tests against single URLs",
"kind": "discovery#restDescription",
"rootUrl": "https://searchconsole.googleapis.com/",
"basePath": "",
"ownerDomain": "google.com",
"name": "searchconsole",
"batchPath": "batch",
"id": "searchconsole:v1",
"documentationLink": "https://developers.google.com/webmaster-tools/search-console-api/",
"revision": "20170802",
"title": "Google Search Console URL Testing Tools API",
"ownerName": "Google",
"discoveryVersion": "v1",
"version_module": "True",
"version_module": true,
"resources": {
"urlTestingTools": {
"resources": {
"mobileFriendlyTest": {
"methods": {
"run": {
"flatPath": "v1/urlTestingTools/mobileFriendlyTest:run",
"path": "v1/urlTestingTools/mobileFriendlyTest:run",
"id": "searchconsole.urlTestingTools.mobileFriendlyTest.run",
"request": {
"$ref": "RunMobileFriendlyTestRequest"
},
"description": "Runs Mobile-Friendly Test for a given URL.",
"httpMethod": "POST",
"parameterOrder": [],
"response": {
"$ref": "RunMobileFriendlyTestResponse"
},
"parameters": {}
"parameterOrder": [],
"httpMethod": "POST",
"parameters": {},
"flatPath": "v1/urlTestingTools/mobileFriendlyTest:run",
"path": "v1/urlTestingTools/mobileFriendlyTest:run",
"id": "searchconsole.urlTestingTools.mobileFriendlyTest.run"
}
}
}
@ -42,37 +28,47 @@
}
},
"parameters": {
"key": {
"type": "string",
"location": "query",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"quotaUser": {
"location": "query",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string"
},
"pp": {
"description": "Pretty-print response.",
"default": "true",
"type": "boolean",
"location": "query"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
"description": "Pretty-print response.",
"type": "boolean",
"default": "true"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string",
"location": "query"
},
"prettyPrint": {
"location": "query",
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean",
"location": "query"
"default": "true"
},
"uploadType": {
"location": "query",
@ -80,17 +76,16 @@
"type": "string"
},
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string"
"type": "string",
"location": "query"
},
"callback": {
"location": "query",
"description": "JSONP",
"type": "string"
"type": "string",
"location": "query"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
@ -100,11 +95,10 @@
"enum": [
"1",
"2"
]
],
"description": "V1 error format."
},
"alt": {
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
@ -116,17 +110,9 @@
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query"
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"key": {
"location": "query",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string"
"description": "Data format for response.",
"default": "json"
}
},
"schemas": {
@ -139,8 +125,8 @@
"type": "string"
},
"data": {
"format": "byte",
"description": "Image data in format determined by the mime type. Currently, the format\nwill always be \"image/png\", but this might change in the future.",
"format": "byte",
"type": "string"
}
},
@ -210,25 +196,25 @@
},
"mobileFriendlyIssues": {
"description": "List of mobile-usability issues.",
"type": "array",
"items": {
"$ref": "MobileFriendlyIssue"
},
"type": "array"
}
},
"screenshot": {
"description": "Screenshot of the requested URL.",
"$ref": "Image"
"$ref": "Image",
"description": "Screenshot of the requested URL."
},
"testStatus": {
"description": "Final state of the test, can be either complete or an error.",
"$ref": "TestStatus"
},
"resourceIssues": {
"description": "Information about embedded resources issues.",
"type": "array",
"items": {
"$ref": "ResourceIssue"
},
"type": "array"
},
"testStatus": {
"$ref": "TestStatus",
"description": "Final state of the test, can be either complete or an error."
}
}
},
"id": "RunMobileFriendlyTestResponse"
@ -245,23 +231,25 @@
"id": "ResourceIssue"
},
"BlockedResource": {
"description": "Blocked resource.",
"type": "object",
"properties": {
"url": {
"description": "URL of the blocked resource.",
"type": "string"
}
},
"id": "BlockedResource"
"id": "BlockedResource",
"description": "Blocked resource.",
"type": "object"
},
"TestStatus": {
"description": "Final state of the test, including error details if necessary.",
"type": "object",
"properties": {
"details": {
"description": "Error details if applicable.",
"type": "string"
},
"status": {
"description": "Status of the test.",
"type": "string",
"enumDescriptions": [
"Internal error when running this test. Please try running the test again.",
"Inspection has completed without errors.",
@ -273,20 +261,32 @@
"COMPLETE",
"INTERNAL_ERROR",
"PAGE_UNREACHABLE"
]
},
"details": {
"description": "Error details if applicable.",
],
"description": "Status of the test.",
"type": "string"
}
},
"id": "TestStatus"
}
},
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"protocol": "rest",
"version": "v1"
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
},
"version": "v1",
"baseUrl": "https://searchconsole.googleapis.com/",
"canonicalName": "Search Console",
"kind": "discovery#restDescription",
"description": "Provides tools for running validation tests against single URLs",
"servicePath": "",
"rootUrl": "https://searchconsole.googleapis.com/",
"basePath": "",
"ownerDomain": "google.com",
"name": "searchconsole",
"batchPath": "batch",
"id": "searchconsole:v1",
"documentationLink": "https://developers.google.com/webmaster-tools/search-console-api/",
"revision": "20170909",
"title": "Google Search Console URL Testing Tools API"
}