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

Side by Side Diff: go/src/infra/gae/epclient/api-list.json

Issue 1153473008: A client/server helper wrapper for endpoints in Go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rm newline Created 5 years, 6 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
« no previous file with comments | « go/Goopfile.lock ('k') | go/src/infra/gae/epclient/dumb_counter/v1/dumb_counter-api.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "kind": "discovery#directoryList",
3 "discoveryVersion": "v1",
4 "items": [
5 {
6 "kind": "discovery#directoryItem",
7 "id": "dumb_counter:v1",
8 "name": "dumb_counter",
9 "version": "v1",
10 "description": "A hideously stupid persistant counter service.",
11 "discoveryRestUrl": "http://localhost:8080/_ah/api/discovery/v1/apis/dumb_cou nter/v1/rest",
12 "discoveryLink": "./apis/dumb_counter/v1/rest",
13 "icons": {
14 "x16": "http://www.google.com/images/icons/product/search-16.gif",
15 "x32": "http://www.google.com/images/icons/product/search-32.gif"
16 },
17 "preferred": true
18 }
19 ]
20 }
OLDNEW
« no previous file with comments | « go/Goopfile.lock ('k') | go/src/infra/gae/epclient/dumb_counter/v1/dumb_counter-api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698