-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow *yaml* in ouput #211
Comments
first step taken, pecl package is now installed on the server! |
apparently |
Implemented in commits c734a38...82bbf7c ! |
and added |
yaml validation is now a thing too, in the litcal-tests interface! Implemented validation here in |
Currently, the API has a preference for
JSON
output, with some support forXML
output andICS
output. However nowadays another popular data exchange format isYAML
. We should enable a request for Content Typeapplication/yaml
.This will require enabling the pecl extension yaml-emit on the server and implementing a minimum amount of logic to allow the transform on output.
The text was updated successfully, but these errors were encountered: