mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(downloads): alt 'media' handling to allow dls
This also includes documentation to state which methods actually support media download, and how to achieve that. Added TODO to not forget we should tell the user how to achieve these kinds of things. Fixes #21
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OA1845UIyhDx4Pbq_uwDYxxJabA\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ID2nf7n7eRyIPf4mFz5QF1inEVE\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "youtubeAnalytics:v1beta1",
|
||||
"name": "youtubeAnalytics",
|
||||
"canonicalName": "YouTube Analytics",
|
||||
"version": "v1beta1",
|
||||
"revision": "20150227",
|
||||
"revision": "20150304",
|
||||
"title": "YouTube Analytics API",
|
||||
"description": "Retrieve your YouTube Analytics reports.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -641,6 +641,12 @@
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieve your YouTube Analytics reports.",
|
||||
"parameters": {
|
||||
"currency": {
|
||||
"type": "string",
|
||||
"description": "The currency to which financial metrics should be converted. The default is US Dollar (USD). If the result contains no financial metrics, this flag will be ignored. Responds with an error if the specified currency is not recognized.",
|
||||
"pattern": "[A-Z]{3}",
|
||||
"location": "query"
|
||||
},
|
||||
"dimensions": {
|
||||
"type": "string",
|
||||
"description": "A comma-separated list of YouTube Analytics dimensions, such as views or ageGroup,gender. See the Available Reports document for a list of the reports that you can retrieve and the dimensions used for those reports. Also see the Dimensions document for definitions of those dimensions.",
|
||||
|
||||
Reference in New Issue
Block a user