Jie Song

Results 13 issues of Jie Song

I've tried following annotationPage with no luck ```json { "id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c", "type": "AnnotationPage", "items": [ { "id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c/a/043a7bb7-d77b-44bd-9517-71bf6f551a1a", "type": "Annotation", "motivation": "supplementing", "body": { "type": "TextualBody", "value": "authorA", "format": "text/plain",...

enhancement

Based on sauterl's work. Passed test for following kind of annotation. ```json { "id": `${this.baseUrl}/c/3/${canvasUuid}/ap/c/a/${annoUuid}`, "type": "Annotation", "motivation": "supplementing", "body": { "type": "TextualBody", "value": comment, "format": "text/plain", "language": "zh-Hants" },...

For some implementation, the web server's response to slash identity is hard to change. So is it possible to also tolerant 403? Forward slash gives 404 Elapsed time (ms): 3684...