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 Developer a
ccount" | 6 "description": "View and manage your Google Play Developer a
ccount" |
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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/UDk0LqlPPxkx5NU81sNZcbwgkD4\"", | 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/lK1rSeSt4REctli37J8Co4N4a5s\"", |
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 "response": { | 585 "response": { |
586 "$ref": "Apk" | 586 "$ref": "Apk" |
587 }, | 587 }, |
588 "scopes": [ | 588 "scopes": [ |
589 "https://www.googleapis.com/auth/androidpublishe
r" | 589 "https://www.googleapis.com/auth/androidpublishe
r" |
590 ], | 590 ], |
591 "supportsMediaUpload": true | 591 "supportsMediaUpload": true |
592 } | 592 } |
593 } | 593 } |
594 }, | 594 }, |
| 595 "deobfuscationfiles": { |
| 596 "methods": { |
| 597 "upload": { |
| 598 "description": "Uploads the deobfuscation file of th
e specified APK. If a deobfuscation file already exists, it will be replaced.", |
| 599 "httpMethod": "POST", |
| 600 "id": "androidpublisher.edits.deobfuscationfiles.upl
oad", |
| 601 "mediaUpload": { |
| 602 "accept": [ |
| 603 "application/octet-stream" |
| 604 ], |
| 605 "maxSize": "300MB", |
| 606 "protocols": { |
| 607 "resumable": { |
| 608 "multipart": true, |
| 609 "path": "/resumable/upload/androidpublis
her/v2/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfusca
tionFiles/{deobfuscationFileType}" |
| 610 }, |
| 611 "simple": { |
| 612 "multipart": true, |
| 613 "path": "/upload/androidpublisher/v2/app
lications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/
{deobfuscationFileType}" |
| 614 } |
| 615 } |
| 616 }, |
| 617 "parameterOrder": [ |
| 618 "packageName", |
| 619 "editId", |
| 620 "apkVersionCode", |
| 621 "deobfuscationFileType" |
| 622 ], |
| 623 "parameters": { |
| 624 "apkVersionCode": { |
| 625 "description": "The version code of the APK
whose deobfuscation file is being uploaded.", |
| 626 "format": "int32", |
| 627 "location": "path", |
| 628 "required": true, |
| 629 "type": "integer" |
| 630 }, |
| 631 "deobfuscationFileType": { |
| 632 "enum": [ |
| 633 "proguard" |
| 634 ], |
| 635 "enumDescriptions": [ |
| 636 "" |
| 637 ], |
| 638 "location": "path", |
| 639 "required": true, |
| 640 "type": "string" |
| 641 }, |
| 642 "editId": { |
| 643 "description": "Unique identifier for this e
dit.", |
| 644 "location": "path", |
| 645 "required": true, |
| 646 "type": "string" |
| 647 }, |
| 648 "packageName": { |
| 649 "description": "Unique identifier of the And
roid app for which the deobfuscatiuon files are being uploaded; for example, \"c
om.spiffygame\".", |
| 650 "location": "path", |
| 651 "required": true, |
| 652 "type": "string" |
| 653 } |
| 654 }, |
| 655 "path": "{packageName}/edits/{editId}/apks/{apkVersi
onCode}/deobfuscationFiles/{deobfuscationFileType}", |
| 656 "response": { |
| 657 "$ref": "DeobfuscationFilesUploadResponse" |
| 658 }, |
| 659 "scopes": [ |
| 660 "https://www.googleapis.com/auth/androidpublishe
r" |
| 661 ], |
| 662 "supportsMediaUpload": true |
| 663 } |
| 664 } |
| 665 }, |
595 "details": { | 666 "details": { |
596 "methods": { | 667 "methods": { |
597 "get": { | 668 "get": { |
598 "description": "Fetches app details for this edit. T
his includes the default language and developer support contact information.", | 669 "description": "Fetches app details for this edit. T
his includes the default language and developer support contact information.", |
599 "httpMethod": "GET", | 670 "httpMethod": "GET", |
600 "id": "androidpublisher.edits.details.get", | 671 "id": "androidpublisher.edits.details.get", |
601 "parameterOrder": [ | 672 "parameterOrder": [ |
602 "packageName", | 673 "packageName", |
603 "editId" | 674 "editId" |
604 ], | 675 ], |
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2349 "response": { | 2420 "response": { |
2350 "$ref": "ReviewsReplyResponse" | 2421 "$ref": "ReviewsReplyResponse" |
2351 }, | 2422 }, |
2352 "scopes": [ | 2423 "scopes": [ |
2353 "https://www.googleapis.com/auth/androidpublisher" | 2424 "https://www.googleapis.com/auth/androidpublisher" |
2354 ] | 2425 ] |
2355 } | 2426 } |
2356 } | 2427 } |
2357 } | 2428 } |
2358 }, | 2429 }, |
2359 "revision": "20160817", | 2430 "revision": "20161017", |
2360 "rootUrl": "https://www.googleapis.com/", | 2431 "rootUrl": "https://www.googleapis.com/", |
2361 "schemas": { | 2432 "schemas": { |
2362 "Apk": { | 2433 "Apk": { |
2363 "id": "Apk", | 2434 "id": "Apk", |
2364 "properties": { | 2435 "properties": { |
2365 "binary": { | 2436 "binary": { |
2366 "$ref": "ApkBinary", | 2437 "$ref": "ApkBinary", |
2367 "description": "Information about the binary payload of this
APK." | 2438 "description": "Information about the binary payload of this
APK." |
2368 }, | 2439 }, |
2369 "versionCode": { | 2440 "versionCode": { |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2497 "$ref": "DeveloperComment", | 2568 "$ref": "DeveloperComment", |
2498 "description": "A comment from a developer." | 2569 "description": "A comment from a developer." |
2499 }, | 2570 }, |
2500 "userComment": { | 2571 "userComment": { |
2501 "$ref": "UserComment", | 2572 "$ref": "UserComment", |
2502 "description": "A comment from a user." | 2573 "description": "A comment from a user." |
2503 } | 2574 } |
2504 }, | 2575 }, |
2505 "type": "object" | 2576 "type": "object" |
2506 }, | 2577 }, |
| 2578 "DeobfuscationFile": { |
| 2579 "description": "Represents a deobfuscation file.", |
| 2580 "id": "DeobfuscationFile", |
| 2581 "properties": { |
| 2582 "symbolType": { |
| 2583 "description": "The type of the deobfuscation file.", |
| 2584 "type": "string" |
| 2585 } |
| 2586 }, |
| 2587 "type": "object" |
| 2588 }, |
| 2589 "DeobfuscationFilesUploadResponse": { |
| 2590 "id": "DeobfuscationFilesUploadResponse", |
| 2591 "properties": { |
| 2592 "deobfuscationFile": { |
| 2593 "$ref": "DeobfuscationFile" |
| 2594 } |
| 2595 }, |
| 2596 "type": "object" |
| 2597 }, |
2507 "DeveloperComment": { | 2598 "DeveloperComment": { |
2508 "id": "DeveloperComment", | 2599 "id": "DeveloperComment", |
2509 "properties": { | 2600 "properties": { |
2510 "lastModified": { | 2601 "lastModified": { |
2511 "$ref": "Timestamp", | 2602 "$ref": "Timestamp", |
2512 "description": "The last time at which this comment was upda
ted." | 2603 "description": "The last time at which this comment was upda
ted." |
2513 }, | 2604 }, |
2514 "text": { | 2605 "text": { |
2515 "description": "The content of the comment, i.e. reply body.
", | 2606 "description": "The content of the comment, i.e. reply body.
", |
2516 "type": "string" | 2607 "type": "string" |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3367 "type": "string" | 3458 "type": "string" |
3368 } | 3459 } |
3369 }, | 3460 }, |
3370 "type": "object" | 3461 "type": "object" |
3371 } | 3462 } |
3372 }, | 3463 }, |
3373 "servicePath": "androidpublisher/v2/applications/", | 3464 "servicePath": "androidpublisher/v2/applications/", |
3374 "title": "Google Play Developer API", | 3465 "title": "Google Play Developer API", |
3375 "version": "v2" | 3466 "version": "v2" |
3376 } | 3467 } |
OLD | NEW |