Index: appengine/ephelper/epfrontend/service_testdata/test_service.json |
diff --git a/appengine/ephelper/epfrontend/service_testdata/test_service.json b/appengine/ephelper/epfrontend/service_testdata/test_service.json |
deleted file mode 100644 |
index 48ea48a5d4fd13f6a8a805cbadb58fe8f72923be..0000000000000000000000000000000000000000 |
--- a/appengine/ephelper/epfrontend/service_testdata/test_service.json |
+++ /dev/null |
@@ -1,117 +0,0 @@ |
-{ |
- "basePath": "/_ah/api/test/v1/", |
- "baseUrl": "http://example.com/_ah/api/test/v1/", |
- "defaultVersion": true, |
- "description": "Test Service", |
- "discoveryVersion": "v1", |
- "id": "test:v1", |
- "kind": "discovery#restDescription", |
- "methods": { |
- "pathreq": { |
- "httpMethod": "GET", |
- "id": "test.pathreq", |
- "parameterOrder": [ |
- "Name", |
- "Count" |
- ], |
- "parameters": { |
- "Count": { |
- "format": "int64", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "Name": { |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "pathreq/{Name}/{Count}", |
- "response": { |
- "$ref": "ServiceTestResponse", |
- "parameterName": "resource" |
- } |
- }, |
- "post": { |
- "httpMethod": "POST", |
- "id": "test.post", |
- "path": "post", |
- "request": { |
- "$ref": "ServiceTestPostReq", |
- "parameterName": "resource" |
- } |
- }, |
- "queryreq": { |
- "httpMethod": "GET", |
- "id": "test.queryreq", |
- "parameterOrder": [ |
- "Name" |
- ], |
- "parameters": { |
- "B": { |
- "location": "query", |
- "type": "boolean" |
- }, |
- "B2": { |
- "location": "query", |
- "type": "boolean" |
- }, |
- "F": { |
- "format": "float", |
- "location": "query", |
- "type": "number" |
- }, |
- "I": { |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
- "Name": { |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "S": { |
- "location": "query", |
- "type": "string" |
- }, |
- "count": { |
- "format": "int64", |
- "location": "query", |
- "type": "string" |
- } |
- }, |
- "path": "queryreq/{Name}" |
- } |
- }, |
- "name": "test", |
- "protocol": "rest", |
- "rootUrl": "http://example.com/_ah/api/", |
- "schemas": { |
- "ServiceTestPostReq": { |
- "id": "ServiceTestPostReq", |
- "properties": { |
- "S": { |
- "type": "string" |
- }, |
- "T": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "ServiceTestResponse": { |
- "id": "ServiceTestResponse", |
- "properties": { |
- "count": { |
- "format": "int64", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- } |
- }, |
- "servicePath": "test/v1/", |
- "version": "v1" |
-} |