mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 05:00:18 +01:00
82493d6dcb
* GDrive provider support * More reliable basedir ownership * Fix mimetype
33 lines
681 B
JSON
33 lines
681 B
JSON
{
|
|
"kind": "discovery#restDescription",
|
|
"discoveryVersion": "v1",
|
|
"id": "X:v1",
|
|
"name": "X",
|
|
"version": "v1",
|
|
"title": "X",
|
|
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
|
|
"baseUrl": "https://appengine.googleapis.com/",
|
|
"basePath": "",
|
|
"rootUrl": "https://appengine.googleapis.com/",
|
|
"servicePath": "",
|
|
"batchPath": "batch",
|
|
"schemas": {
|
|
"Utilization": {
|
|
"id": "Utilization",
|
|
"type": "object",
|
|
"description": "CPU utilization policy.",
|
|
"properties": {
|
|
"target": {
|
|
"type": "number",
|
|
"format": "double"
|
|
},
|
|
"count": {
|
|
"type": "integer"
|
|
},
|
|
"average": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|