OpenPecha / Lopenling-App-legacy

An application to allow users to help create critical editions of texts, initially targeting the Tibetan language.
https://parkhang.lopenling.org
0 stars 2 forks source link

API CHANGE on /api/alignments/all/[textId] #97

Open tenkus47 opened 2 years ago

tenkus47 commented 2 years ago

Need Target text Id provided at /api/alignments/all/[textId]

example -

before: "text": [ { "source": 398, "target": 402, "alignment": 1 } ]

After: "text": [ { "source": 398, "target":{"text":140 ,"source":403}, "alignment": 1 } ]

tenkus47 commented 2 years ago

url key not present in video api also