We need endpoints for the image annotations that will return the all annotations for the given post. Also we want to implement another endpoint for the creation of an annotation using this endpoint vie POST request. Annotations should be compatible with the Web Annotation Data Model.
Steps:
1) Create GET request with the api/annonations/image/post/ endpoint. It should return all annotations for the given post.
1) Create POST request with the api/annonations/image/post/ endpoint. It will create the appropriate annotation by using the following data. It should create the necessary annotation and returns it in the format that is compatible with the Web Annotation Data Model standard.
Description:
We need endpoints for the image annotations that will return the all annotations for the given post. Also we want to implement another endpoint for the creation of an annotation using this endpoint vie POST request. Annotations should be compatible with the Web Annotation Data Model.
Steps:
1) Create GET request with the api/annonations/image/post/ endpoint. It should return all annotations for the given post.
1) Create POST request with the api/annonations/image/post/ endpoint. It will create the appropriate annotation by using the following data. It should create the necessary annotation and returns it in the format that is compatible with the Web Annotation Data Model standard.
Deadline: 24.12.2022 23.59