phaidra / phaidra-api

RESTish API to Phaidra
Apache License 2.0
6 stars 4 forks source link

GET .../datacite returns xml instead of json #40

Closed RastislavHudak closed 3 years ago

RastislavHudak commented 4 years ago

&format=json works but it should be the other way around

giulioturetta commented 4 years ago

GET .../datacite is using Mojolicious "respond_to" method which does some basic content negotiation. Web browsers send Accept: application/xml header, that's why xml instead of json is returned.