Releases: dracor-org/dracor-api
Releases · dracor-org/dracor-api
0.91.3
1.0.2
1.0.1
1.0.0
This is the first stable release of the DraCor API.
Breaking changes
- introduced a version prefix (
/v1
) in URL paths - changed the path
/corpora/{corpusname}/play/...
to/corpora/{corpusname}/plays/...
(7268c03) - renamed
cast
tocharacters
in both URL paths and JSON properties (#216, #217) - renamed property
dramas
toplays
(84573f1) - fixed several naming and other inconsistencies (#181, #189, #187, #84, #87, #88)
- removed deprecated
author
property (e67bc14) - removed deprecated endpoints
/corpora/{corpusname}/metadata.csv
and/corpora/{corpusname}/play/{playname}/segmentation
(665ea3f) - each TEI document must provide the DraCor ID in the
xml:id
attribute of theTEI
root element; encoding the ID asidno
in thepublicationStmt
is no longer supported. (bba7e3b)