inspirehep / inspire-next

The INSPIRE repo.
https://inspirehep.net
GNU General Public License v3.0
59 stars 69 forks source link

dojson: clarify the API #2248

Closed jacquerie closed 7 years ago

jacquerie commented 7 years ago

Currently the API of dojson is part in https://github.com/inspirehep/inspire-next/tree/271c1a0936dd188c97f9fe7ae1b365ab0368ff25/inspirehep/dojson/utils, part in https://github.com/inspirehep/inspire-next/blob/271c1a0936dd188c97f9fe7ae1b365ab0368ff25/inspirehep/dojson/processors.py.

It should ideally all live in inspirehep/dojson/api.py, and all utils that are used elsewhere should be moved in a higher scope (for example: validate should live in inspire_schemas).

jacquerie commented 7 years ago

This issue was moved to inspirehep/inspire-dojson#8