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

Unified Diff: appengine/ephelper/epfrontend/discovery_testdata/basic_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/basic_backend.json
diff --git a/appengine/ephelper/epfrontend/discovery_testdata/basic_backend.json b/appengine/ephelper/epfrontend/discovery_testdata/basic_backend.json
deleted file mode 100644
index 4ead4dc512cd7da14325fa2218d415e344a4ab71..0000000000000000000000000000000000000000
--- a/appengine/ephelper/epfrontend/discovery_testdata/basic_backend.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "description": "A testing API",
- "descriptor": {
- "methods": {
- "Test": {
- "response": {
- "$ref": "TestResponse"
- }
- }
- },
- "schemas": {
- "TestResponse": {
- "description": "Test Method Response",
- "id": "TestResponse",
- "properties": {
- "value": {
- "$ref": "ValueType"
- }
- },
- "type": "object",
- "types": "object"
- }
- }
- },
- "methods": {
- "test": {
- "description": "API Test Method",
- "httpMethod": "POST",
- "path": "testMethod/{value}",
- "request": {
- "body": "empty",
- "parameters": {
- "value": {
- "required": true,
- "type": "string"
- }
- }
- },
- "response": {
- "body": "autoTemplate(backendRequest)",
- "bodyName": "resource"
- },
- "rosyMethod": "Test"
- }
- },
- "name": "testapi",
- "root": "foo",
- "version": "v2"
-}
« no previous file with comments | « appengine/ephelper/epfrontend/discovery_test.go ('k') | appengine/ephelper/epfrontend/discovery_testdata/basic_frontend.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698