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

Unified Diff: appengine/ephelper/epfrontend/discovery_testdata/query_get_backend.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/discovery_testdata/query_get_backend.json
diff --git a/appengine/ephelper/epfrontend/discovery_testdata/query_get_backend.json b/appengine/ephelper/epfrontend/discovery_testdata/query_get_backend.json
deleted file mode 100644
index bef124e019d96d6d4d63b9ecdacc2bf6b1c89da4..0000000000000000000000000000000000000000
--- a/appengine/ephelper/epfrontend/discovery_testdata/query_get_backend.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "description": "A testing API",
- "descriptor": {
- "methods": {
- "Test": {
- "request": {
- "$ref": "TestRequest"
- }
- }
- },
- "schemas": {
- "TestRequest": {
- "description": "Test Method Request",
- "id": "TestRequest",
- "properties": {
- "value": {
- "$ref": "ValueType"
- }
- },
- "type": "object"
- }
- }
- },
- "methods": {
- "test": {
- "description": "API Test Method",
- "httpMethod": "GET",
- "path": "testMethod",
- "request": {
- "body": "autoTemplate(backendRequest)",
- "bodyName": "resource",
- "parameters": {
- "value": {
- "required": true,
- "type": "string"
- }
- }
- },
- "response": {
- "body": "empty"
- },
- "rosyMethod": "Test"
- }
- },
- "name": "testapi",
- "root": "foo",
- "version": "v2"
-}

Powered by Google App Engine
This is Rietveld 408576698