Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: appengine/ephelper/epfrontend/service_testdata/test_service.json

Issue 1750143003: Remove ephelper and other endpoints code. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
-}
« no previous file with comments | « appengine/ephelper/epfrontend/service_testdata/test_directory.json ('k') | appengine/ephelper/epfrontend/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698