inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 68 forks source link

models: JSON-friendly errors in ensure_state #172

Closed jacquerie closed 6 years ago

jacquerie commented 6 years ago

Closes https://github.com/inveniosoftware/invenio-files-rest/issues/171, but I'm not fully convinced that this is the best solution for the problem as all those small classes looks a bit clunky. It's also missing tests as they seem tricky to write, and if this solution is not going in the right direction then it would have been a waste of effort...

jacquerie commented 6 years ago

It's also missing tests as they seem tricky to write

Turns out they weren't that hard, so I added a PoC for them.