SWE574-Nerds / friendly-eureka

2 stars 1 forks source link

Image Annotation Fix and API implementation #83

Closed ecada closed 6 years ago

ecada commented 6 years ago

API request for image&text annotation with Image selector: http://127.0.0.1:8000/api/imageannotation/2/image/

{"body":{"message":"my dedjkhFJHKLJFDF", "link":"http://static.panoramio.com/photos" },"listory":"2","selector":{"image":{"imgLink":"http://static.panoramio.com/photos/original/2418711#xywh20,20,35,35"}}}

JSON Response

{ "json": { "@context": "http://www.w3.org/ns/anno.jsonld", "id": "749493aaa01f21e8ee12a08906b3d0a8fb5f6715635a50cb4c29df8fa291e0a3", "type": "Annotation", "creator": { "nickname": "newecejanu", "id": 3, "type": "Person" }, "body": [ { "type": "TextualBody", "value": "my dedjkhFJHKLJFDF", "format": "text/plain" }, { "type": "Image", "value": "http://static.panoramio.com/photos", "format": "image/png" } ], "selector": [ { "id": "http://static.panoramio.com/photos/original/2418711#xywh20,20,35,35", "type": "Image", "format": "image/jpeg" } ], "target": "http://localhost:3000/listory/2" }, "author": { "name": "newecejanu", "userId": 3 }, "createdAt": null, "body": "my dedjkhFJHKLJFDF" }