inspirehep / rest-api-doc

Documentation of the INSPIRE REST API
https://inspirehep.net
Creative Commons Attribution Share Alike 4.0 International
40 stars 10 forks source link

CV Format returns blank html body #29

Closed jxi24 closed 8 months ago

jxi24 commented 1 year ago

According to the documentation, there is now the option to obtain an html cv format for a query. However, when I attempt it, I obtain an html document that just has a blank body tag.

For example calling the URL: https://inspirehep.net/api/literature?format=cv&q=a%20Joshua.Isaacson.1

returns:

<!DOCTYPE html>
<html>
<body>

</body>
</html>

Is this the correct way to access this information?

michamos commented 8 months ago

This has been fixed, so I'm closing the issue.