| 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
 | 
| +  }
 | 
| + ]
 | 
| +}
 | 
| 
 |