mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
chore(make): update-json and all APIs
It's about time we finish up this part, to make it even easier to test against more APIs, and keep them up-to-date
This commit is contained in:
175
etc/api/webfonts/v1/webfonts-api.json
Normal file
175
etc/api/webfonts/v1/webfonts-api.json
Normal file
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"FrPV2U6xXFUq8eRv_PO3IoAURkc/uRZcMEbTVS9rWZxqJQOe5kJsXfo\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "webfonts:v1",
|
||||
"name": "webfonts",
|
||||
"version": "v1",
|
||||
"revision": "20140210",
|
||||
"title": "Google Fonts Developer API",
|
||||
"description": "The Google Fonts Developer API.",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
"icons": {
|
||||
"x16": "http://www.google.com/images/icons/feature/font_api-16.png",
|
||||
"x32": "http://www.google.com/images/icons/feature/font_api-32.gif"
|
||||
},
|
||||
"documentationLink": "https://developers.google.com/fonts/docs/developer_api",
|
||||
"protocol": "rest",
|
||||
"baseUrl": "https://www.googleapis.com/webfonts/v1/",
|
||||
"basePath": "/webfonts/v1/",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"servicePath": "webfonts/v1/",
|
||||
"batchPath": "batch",
|
||||
"parameters": {
|
||||
"alt": {
|
||||
"type": "string",
|
||||
"description": "Data format for the response.",
|
||||
"default": "json",
|
||||
"enum": [
|
||||
"json"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Responses with Content-Type of application/json"
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
"fields": {
|
||||
"type": "string",
|
||||
"description": "Selector specifying which fields to include in a partial response.",
|
||||
"location": "query"
|
||||
},
|
||||
"key": {
|
||||
"type": "string",
|
||||
"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.",
|
||||
"location": "query"
|
||||
},
|
||||
"oauth_token": {
|
||||
"type": "string",
|
||||
"description": "OAuth 2.0 token for the current user.",
|
||||
"location": "query"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"type": "boolean",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
"default": "true",
|
||||
"location": "query"
|
||||
},
|
||||
"quotaUser": {
|
||||
"type": "string",
|
||||
"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. Overrides userIp if both are provided.",
|
||||
"location": "query"
|
||||
},
|
||||
"userIp": {
|
||||
"type": "string",
|
||||
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
"Webfont": {
|
||||
"id": "Webfont",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"category": {
|
||||
"type": "string",
|
||||
"description": "The category of the font."
|
||||
},
|
||||
"family": {
|
||||
"type": "string",
|
||||
"description": "The name of the font."
|
||||
},
|
||||
"files": {
|
||||
"type": "object",
|
||||
"description": "The font files (with all supported scripts) for each one of the available variants, as a key : value map.",
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"description": "The font file URL (value) for an specific variant (key)."
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This kind represents a webfont object in the webfonts service.",
|
||||
"default": "webfonts#webfont"
|
||||
},
|
||||
"lastModified": {
|
||||
"type": "string",
|
||||
"description": "The date (format \"yyyy-MM-dd\") the font was modified for the last time.",
|
||||
"format": "date"
|
||||
},
|
||||
"subsets": {
|
||||
"type": "array",
|
||||
"description": "The scripts supported by the font.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"description": "The available variants for the font.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "The font version."
|
||||
}
|
||||
}
|
||||
},
|
||||
"WebfontList": {
|
||||
"id": "WebfontList",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "The list of fonts currently served by the Google Fonts API.",
|
||||
"items": {
|
||||
"$ref": "Webfont"
|
||||
}
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "This kind represents a list of webfont objects in the webfonts service.",
|
||||
"default": "webfonts#webfontList"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"webfonts": {
|
||||
"methods": {
|
||||
"list": {
|
||||
"id": "webfonts.webfonts.list",
|
||||
"path": "webfonts",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves the list of fonts currently served by the Google Fonts Developer API",
|
||||
"parameters": {
|
||||
"sort": {
|
||||
"type": "string",
|
||||
"description": "Enables sorting of the list",
|
||||
"enum": [
|
||||
"alpha",
|
||||
"date",
|
||||
"popularity",
|
||||
"style",
|
||||
"trending"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Sort alphabetically",
|
||||
"Sort by date added",
|
||||
"Sort by popularity",
|
||||
"Sort by number of styles",
|
||||
"Sort by trending"
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"$ref": "WebfontList"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user