Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

과제3 : Create, Read 구현 #3

Open
chs98412 opened this issue May 14, 2023 · 0 comments
Open

과제3 : Create, Read 구현 #3

chs98412 opened this issue May 14, 2023 · 0 comments

Comments

@chs98412
Copy link
Contributor

💡요구사항

Create, Read 구현

📚API 명세

� API 명 Create
리소스 URI /study/create
메서드 POST
요청 매개변수 Body
요청 예시 localhost:8080/study/create { "content": "hello!" }
응답 값 텍스트 반환
응답 예시 "Success"

🔥Postman

image

📚API 명세

� API 명 View
리소스 URI /study/view
메서드 POST
요청 매개변수 Body
요청 예시 localhost:8080/study/view
응답 값 json 반환
응답 예시 아래 사진 참고

🔥Postman

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant