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

Side by Side Diff: appengine/ephelper/epfrontend/discovery_testdata/query_get_frontend.json

Issue 1750143003: Remove ephelper and other endpoints code. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "basePath": "/testing/v1/testapi/v2/",
3 "baseUrl": "https://example.com/testing/v1/testapi/v2/",
4 "description": "A testing API",
5 "discoveryVersion": "v1",
6 "id": "testapi:v2",
7 "kind": "discovery#restDescription",
8 "methods": {
9 "test": {
10 "description": "API Test Method",
11 "httpMethod": "GET",
12 "id": "test",
13 "parameters": {
14 "value": {
15 "location": "query",
16 "required": true,
17 "type": "string"
18 }
19 },
20 "path": "testMethod",
21 "request": {
22 "$ref": "TestRequest",
23 "parameterName": "resource"
24 }
25 }
26 },
27 "name": "testapi",
28 "protocol": "rest",
29 "rootUrl": "https://example.com/testing/v1",
30 "schemas": {
31 "TestRequest": {
32 "description": "Test Method Request",
33 "id": "TestRequest",
34 "properties": {
35 "value": {
36 "$ref": "ValueType"
37 }
38 },
39 "type": "object"
40 }
41 },
42 "servicePath": "testapi/v2/",
43 "version": "v2"
44 }
OLDNEW
« no previous file with comments | « appengine/ephelper/epfrontend/discovery_testdata/query_get_backend.json ('k') | appengine/ephelper/epfrontend/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698