WIPACrepo / file_catalog

Store file metadata information in a file catalog
MIT License
1 stars 4 forks source link

Use `rest_tools.server.RestHandler` #122

Closed ric-evans closed 2 years ago

ric-evans commented 2 years ago

The File Catalog isn't using rest_tools.server.RestHandler so we don't have built-in client-server tracing.

The stuff in https://github.com/WIPACrepo/file_catalog/blob/master/file_catalog/server.py#L335 will need a thorough review, though most of it looks like it can be deleted.