| Index: appengine/ephelper/epfrontend/discovery_testdata/basic_frontend.json
|
| diff --git a/appengine/ephelper/epfrontend/discovery_testdata/basic_frontend.json b/appengine/ephelper/epfrontend/discovery_testdata/basic_frontend.json
|
| deleted file mode 100644
|
| index 27da261c110fe8cbcb1705f0e81f8fb32ad21db8..0000000000000000000000000000000000000000
|
| --- a/appengine/ephelper/epfrontend/discovery_testdata/basic_frontend.json
|
| +++ /dev/null
|
| @@ -1,47 +0,0 @@
|
| -{
|
| - "basePath": "/testing/v1/testapi/v2/",
|
| - "baseUrl": "https://example.com/testing/v1/testapi/v2/",
|
| - "description": "A testing API",
|
| - "discoveryVersion": "v1",
|
| - "id": "testapi:v2",
|
| - "kind": "discovery#restDescription",
|
| - "methods": {
|
| - "test": {
|
| - "description": "API Test Method",
|
| - "httpMethod": "POST",
|
| - "id": "test",
|
| - "parameterOrder": [
|
| - "value"
|
| - ],
|
| - "parameters": {
|
| - "value": {
|
| - "location": "path",
|
| - "required": true,
|
| - "type": "string"
|
| - }
|
| - },
|
| - "path": "testMethod/{value}",
|
| - "response": {
|
| - "$ref": "TestResponse",
|
| - "parameterName": "resource"
|
| - }
|
| - }
|
| - },
|
| - "name": "testapi",
|
| - "protocol": "rest",
|
| - "rootUrl": "https://example.com/testing/v1",
|
| - "schemas": {
|
| - "TestResponse": {
|
| - "description": "Test Method Response",
|
| - "id": "TestResponse",
|
| - "properties": {
|
| - "value": {
|
| - "$ref": "ValueType"
|
| - }
|
| - },
|
| - "type": "object"
|
| - }
|
| - },
|
| - "servicePath": "testapi/v2/",
|
| - "version": "v2"
|
| -}
|
|
|