안녕하세요 조교님,
global specification의 다음 사항에 대해서, 혹시 specific한 article, comment를 불러오는 경우 이외에,
'Get article list' 와 'Get comments of specified article'에 대해서도 404 response로 처리해줘야하는 것인지 질문드립니다.
"For all requests about non-existing article and comment, response with 404 (and any information must not be modified)."
"get article list" (GET api/article)는 특정 article_id에 해당하는 article을 불러오는 것이 아니기 때문에 "For all requests about non-existing article and comment, response with 404 (and any information must not be modified)."에 해당하지 않습니다.
"get comments of specified article" (GET api/article/:article_id/comment)은 article_id에 해당하는 aritcle이 존재하지 않으면 404 response를 리턴하도록 해야 합니다.
안녕하세요 조교님, global specification의 다음 사항에 대해서, 혹시 specific한 article, comment를 불러오는 경우 이외에, 'Get article list' 와 'Get comments of specified article'에 대해서도 404 response로 처리해줘야하는 것인지 질문드립니다. "For all requests about non-existing article and comment, response with 404 (and any information must not be modified)."
감사합니다! :)