OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/androidpublisher": { | 5 "https://www.googleapis.com/auth/androidpublisher": { |
6 "description": "View and manage your Google Play Android Dev
eloper account" | 6 "description": "View and manage your Google Play Android Dev
eloper account" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "/androidpublisher/v2/applications/", | 11 "basePath": "/androidpublisher/v2/applications/", |
12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/", | 12 "baseUrl": "https://www.googleapis.com/androidpublisher/v2/applications/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Android Publisher", | 14 "canonicalName": "Android Publisher", |
15 "description": "Lets Android application developers access their Google Play
accounts.", | 15 "description": "Lets Android application developers access their Google Play
accounts.", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://developers.google.com/android-publisher", | 17 "documentationLink": "https://developers.google.com/android-publisher", |
18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/rvEzY_KAgBOlUM1lQqukKQLrl6Y\"", | 18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/DrMyiBR493_IBfZvqlikbYuZEB0\"", |
19 "icons": { | 19 "icons": { |
20 "x16": "https://www.google.com/images/icons/product/android-16.png", | 20 "x16": "https://www.google.com/images/icons/product/android-16.png", |
21 "x32": "https://www.google.com/images/icons/product/android-32.png" | 21 "x32": "https://www.google.com/images/icons/product/android-32.png" |
22 }, | 22 }, |
23 "id": "androidpublisher:v2", | 23 "id": "androidpublisher:v2", |
24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
25 "name": "androidpublisher", | 25 "name": "androidpublisher", |
26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
27 "ownerName": "Google", | 27 "ownerName": "Google", |
28 "parameters": { | 28 "parameters": { |
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 "path": "{packageName}/purchases/subscriptions/{subs
criptionId}/tokens/{token}:revoke", | 2147 "path": "{packageName}/purchases/subscriptions/{subs
criptionId}/tokens/{token}:revoke", |
2148 "scopes": [ | 2148 "scopes": [ |
2149 "https://www.googleapis.com/auth/androidpublishe
r" | 2149 "https://www.googleapis.com/auth/androidpublishe
r" |
2150 ] | 2150 ] |
2151 } | 2151 } |
2152 } | 2152 } |
2153 } | 2153 } |
2154 } | 2154 } |
2155 } | 2155 } |
2156 }, | 2156 }, |
2157 "revision": "20140813", | 2157 "revision": "20141022", |
2158 "rootUrl": "https://www.googleapis.com/", | 2158 "rootUrl": "https://www.googleapis.com/", |
2159 "schemas": { | 2159 "schemas": { |
2160 "Apk": { | 2160 "Apk": { |
2161 "id": "Apk", | 2161 "id": "Apk", |
2162 "properties": { | 2162 "properties": { |
2163 "binary": { | 2163 "binary": { |
2164 "$ref": "ApkBinary", | 2164 "$ref": "ApkBinary", |
2165 "description": "Information about the binary payload of this
APK." | 2165 "description": "Information about the binary payload of this
APK." |
2166 }, | 2166 }, |
2167 "versionCode": { | 2167 "versionCode": { |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2388 "type": "string" | 2388 "type": "string" |
2389 }, | 2389 }, |
2390 "status": { | 2390 "status": { |
2391 "type": "string" | 2391 "type": "string" |
2392 }, | 2392 }, |
2393 "subscriptionPeriod": { | 2393 "subscriptionPeriod": { |
2394 "description": "The period of the subscription (if any), i.e
. period at which payments must happen. Defined as ISO 8601 duration, i.e. \"P1M
\" for 1 month period.", | 2394 "description": "The period of the subscription (if any), i.e
. period at which payments must happen. Defined as ISO 8601 duration, i.e. \"P1M
\" for 1 month period.", |
2395 "type": "string" | 2395 "type": "string" |
2396 }, | 2396 }, |
2397 "trialPeriod": { | 2397 "trialPeriod": { |
2398 "description": "Trial duration (if any) of the subscription,
defined as ISO 8601. i.e. \"P10D\" means an initial period of 10 days during wh
ich ownership is granted prior to any payment. Acceptable values are between \"P
7D\" and \"P999D\". Seasonal subscriptions cannot have a trial period.", | 2398 "description": "Trial period, specified in ISO 8601 format.
Acceptable values are anything between \"P7D\" (seven days) and \"P999D\" (999 d
ays). Seasonal subscriptions cannot have a trial period.", |
2399 "type": "string" | 2399 "type": "string" |
2400 } | 2400 } |
2401 }, | 2401 }, |
2402 "type": "object" | 2402 "type": "object" |
2403 }, | 2403 }, |
2404 "InAppProductListing": { | 2404 "InAppProductListing": { |
2405 "id": "InAppProductListing", | 2405 "id": "InAppProductListing", |
2406 "properties": { | 2406 "properties": { |
2407 "description": { | 2407 "description": { |
2408 "type": "string" | 2408 "type": "string" |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2801 "type": "array" | 2801 "type": "array" |
2802 } | 2802 } |
2803 }, | 2803 }, |
2804 "type": "object" | 2804 "type": "object" |
2805 } | 2805 } |
2806 }, | 2806 }, |
2807 "servicePath": "androidpublisher/v2/applications/", | 2807 "servicePath": "androidpublisher/v2/applications/", |
2808 "title": "Google Play Android Developer API", | 2808 "title": "Google Play Android Developer API", |
2809 "version": "v2" | 2809 "version": "v2" |
2810 } | 2810 } |
OLD | NEW |