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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/epclient/api-list.json
diff --git a/go/src/infra/gae/epclient/api-list.json b/go/src/infra/gae/epclient/api-list.json
new file mode 100644
index 0000000000000000000000000000000000000000..4db7bf671781c2af24f9e52f69d5d07989ee7f39
--- /dev/null
+++ b/go/src/infra/gae/epclient/api-list.json
@@ -0,0 +1,20 @@
+{
+ "kind": "discovery#directoryList",
+ "discoveryVersion": "v1",
+ "items": [
+ {
+ "kind": "discovery#directoryItem",
+ "id": "dumb_counter:v1",
+ "name": "dumb_counter",
+ "version": "v1",
+ "description": "A hideously stupid persistant counter service.",
+ "discoveryRestUrl": "http://localhost:8080/_ah/api/discovery/v1/apis/dumb_counter/v1/rest",
+ "discoveryLink": "./apis/dumb_counter/v1/rest",
+ "icons": {
+ "x16": "http://www.google.com/images/icons/product/search-16.gif",
+ "x32": "http://www.google.com/images/icons/product/search-32.gif"
+ },
+ "preferred": true
+ }
+ ]
+}
« 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