Files
fn-serverless/vendor/google.golang.org/api/webfonts/v1/webfonts-api.json
Reed Allman 9eaf824398 add jaeger support, link hot container & req span (#840)
* add jaeger support, link hot container & req span

* adds jaeger support now with FN_JAEGER_URL, there's a simple tutorial in the
operating/metrics.md file now and it's pretty easy to get up and running.
* links a hot request span to a hot container span. when we change this to
sample at a lower ratio we'll need to finagle the hot container span to always
sample or something, otherwise we'll hide that info. at least, since we're
sampling at 100% for now if this is flipped on, can see freeze/unfreeze etc.
if they hit. this is useful for debugging. note that zipkin's exporter does
not follow the link at all, hence jaeger... and they're backed by the Cloud
Empire now (CNCF) so we'll probably use it anyway.

* vendor: add thrift for jaeger
2018-03-13 15:57:12 -07:00

175 lines
5.5 KiB
JSON

{
"basePath": "/webfonts/v1/",
"baseUrl": "https://www.googleapis.com/webfonts/v1/",
"batchPath": "batch/webfonts/v1",
"description": "Accesses the metadata for all families served by Google Fonts, providing a list of families currently available (including available styles and a list of supported script subsets).",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/fonts/docs/developer_api",
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/Knx7w96lfDrwO6_VUi53vC5n2dE\"",
"icons": {
"x16": "https://www.google.com/images/icons/feature/font_api-16.png",
"x32": "https://www.google.com/images/icons/feature/font_api-32.gif"
},
"id": "webfonts:v1",
"kind": "discovery#restDescription",
"name": "webfonts",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"alt": {
"default": "json",
"description": "Data format for the response.",
"enum": [
"json"
],
"enumDescriptions": [
"Responses with Content-Type of application/json"
],
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"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",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"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",
"type": "string"
},
"userIp": {
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"webfonts": {
"methods": {
"list": {
"description": "Retrieves the list of fonts currently served by the Google Fonts Developer API",
"httpMethod": "GET",
"id": "webfonts.webfonts.list",
"parameters": {
"sort": {
"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",
"type": "string"
}
},
"path": "webfonts",
"response": {
"$ref": "WebfontList"
}
}
}
}
},
"revision": "20160302",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Webfont": {
"id": "Webfont",
"properties": {
"category": {
"description": "The category of the font.",
"type": "string"
},
"family": {
"description": "The name of the font.",
"type": "string"
},
"files": {
"additionalProperties": {
"description": "The font file URL (value) for an specific variant (key).",
"type": "string"
},
"description": "The font files (with all supported scripts) for each one of the available variants, as a key : value map.",
"type": "object"
},
"kind": {
"default": "webfonts#webfont",
"description": "This kind represents a webfont object in the webfonts service.",
"type": "string"
},
"lastModified": {
"description": "The date (format \"yyyy-MM-dd\") the font was modified for the last time.",
"format": "date",
"type": "string"
},
"subsets": {
"description": "The scripts supported by the font.",
"items": {
"type": "string"
},
"type": "array"
},
"variants": {
"description": "The available variants for the font.",
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"description": "The font version.",
"type": "string"
}
},
"type": "object"
},
"WebfontList": {
"id": "WebfontList",
"properties": {
"items": {
"description": "The list of fonts currently served by the Google Fonts API.",
"items": {
"$ref": "Webfont"
},
"type": "array"
},
"kind": {
"default": "webfonts#webfontList",
"description": "This kind represents a list of webfont objects in the webfonts service.",
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "webfonts/v1/",
"title": "Google Fonts Developer API",
"version": "v1"
}