mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(rustup): rustc (be9bd7c93 2015-04-05)
* using std::convert * update to latest hyper (and other dependencies) Related to #46
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/O3fRjUE0KKE4hPeemkWoVGSVyAY\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ucFo1l8fmB-ZOvUDZMuH1NM6pOg\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "androidpublisher:v2",
|
||||
"name": "androidpublisher",
|
||||
"canonicalName": "Android Publisher",
|
||||
"version": "v2",
|
||||
"revision": "20150128",
|
||||
"title": "Google Play Android Developer API",
|
||||
"revision": "20150323",
|
||||
"title": "Google Play Developer API",
|
||||
"description": "Lets Android application developers access their Google Play accounts.",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
@@ -236,7 +236,7 @@
|
||||
"ExternallyHostedApk": {
|
||||
"id": "ExternallyHostedApk",
|
||||
"type": "object",
|
||||
"description": "Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Android for Work, and whos application is restricted to the enterprise private channel",
|
||||
"description": "Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel",
|
||||
"properties": {
|
||||
"applicationLabel": {
|
||||
"type": "string",
|
||||
@@ -1257,7 +1257,7 @@
|
||||
"id": "androidpublisher.edits.apks.addexternallyhosted",
|
||||
"path": "{packageName}/edits/{editId}/apks/externallyHosted",
|
||||
"httpMethod": "POST",
|
||||
"description": "Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for work whose application is configured to restrict distribution to the enterprise domain.",
|
||||
"description": "Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.",
|
||||
"parameters": {
|
||||
"editId": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user