Add _catalog endpoint as specified by V2 API

Fixes #391
This commit is contained in:
Joseph Schorr 2015-09-29 15:53:38 -04:00
parent dfe564fe24
commit f44ca79391
4 changed files with 56 additions and 16 deletions

View file

@ -85,3 +85,5 @@ from endpoints.v2 import v2auth
from endpoints.v2 import manifest
from endpoints.v2 import blob
from endpoints.v2 import tag
from endpoints.v2 import catalog