arXiv / zzzArchived_arxiv-funding

Associating funding information with arXiv e-prints
MIT License
2 stars 2 forks source link

Implement controller to retrieve funding information for a specific version of an e-print #9

Open erickpeirson opened 5 years ago

erickpeirson commented 5 years ago

This should implement the operation described here: https://github.com/arXiv/arxiv-funding/blob/0bc2c2cc0499909e65e9bfd7d63254c54c3ee4dc/schema/openapi.yaml#L48

See https://arxiv.github.io/arxiv-arxitecture/crosscutting/services.html#controllers for details about how controllers are implemented in arXiv services.

The controller should use the database service integration (see #7), handle its exceptions, and raise corresponding Werkzeug HTTPExceptions as appropriate.