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

Side by Side Diff: appengine/ephelper/epfrontend/service_testdata/test_directory.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 "discoveryVersion": "v1",
3 "items": [
4 {
5 "description": "Test Service",
6 "discoveryLink": "./apis/test/v1/rest",
7 "discoveryRestUrl": "http://example.com/_ah/api/discovery/v1/apis/test/v1/res t",
8 "id": "test:v1",
9 "kind": "discovery#directoryItem",
10 "name": "test",
11 "rootUrl": "http://example.com/_ah/api/discovery/v1/apis",
12 "version": "v1"
13 }
14 ],
15 "kind": "discovery#directoryList"
16 }
OLDNEW
« no previous file with comments | « appengine/ephelper/epfrontend/service_test.go ('k') | appengine/ephelper/epfrontend/service_testdata/test_service.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698