Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 545 Bytes

Enhanced Preprints encoda server

This project contains a light http wrapper around the stencila encoda library, to be used as a standalone microservice in the EPP import pipeline.

docker compose up

Convert JATS to json with api

cat [LOCATION OF JATS XML] | curl -X POST --data @- http://localhost:3000/

Convert JATS to json with api target a specific encoda version

cat [LOCATION OF JATS XML] | curl -X POST -H "Accept: application/vnd.elife.encoda.v1.0.1+json" --data @- http://localhost:3000/