Skip to content

api_url

Anne Ferger edited this page Apr 2, 2024 · 2 revisions

We would like to simplify and enhance the data types in the api urls, by removing mime types from the string (but keeping the information in the header and backend) and adding version information and "flavor" (which could be customizations for TEI or MEI files or other specifications for e.g. image formats) using ':' as a delimiter.

Current API url:

https://dev.meigarage.edirom.de/ege-webservice/Conversions/mei30%3Atext%3Axml/mei40%3Atext%3Axml/

Proposed example:

https://meigarage.edirom.de/ege-webservice/v2/conversions/mei:3.0.1:flavor/mei:4.0.1:flavor/

We would keep the existing and would be happy to receive thoughts or feedback on this here in GitHub.

Clone this wiki locally