ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Service Wrapper for Registry DB #16

Closed lukecampbell closed 8 years ago

lukecampbell commented 8 years ago

Create a Python service wrapper around the registry database. The service should have native python functions that can be imported by other python projects. The service should also have stubs (no need to implement yet) for a JSON based RESTful interface to the documents.

Each document type should have the ability to created, read, listed, updated and deleted through the API.

Each endpoint must be documented and tested.