Hard
You are in charge of creating a RESTful content management service, whose specifications are below:
List of articles:
GET http://localhost/ContentManagement.svc/articles/
Details of an article:
GET http://localhost/ContentManagement.svc/articles/id
Create an article:
POST http://localhost/ContentManagement.svc/articles/id
Update an article:
PUT http://localhost/ContentManagement.svc/articles/id
What are the operations to be carried out to develop this service?
Author: InconnuStatus: PublishedQuestion passed 27 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!