We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
게시글 생성 POST http://localhost:8080/v1/post
POST
Request
{ "title": "Title12 hi", "contents": "contents1", "tagNames": ["tag1", "tag2", "tag3"] }
Response
{ "status": "OK", "message": "Post created", "data": { "title": "Title12 hi", "contents": "contents1", "tagNames": [ "tag1", "tag2", "tag3" ], "userId": 123456, "url": "MyBlog.io/@123456/title12-hi" } }
해시태그 동작 Post, Hashtag, PostHashtag Table 존재
Post
Hashtag
PostHashtag
The text was updated successfully, but these errors were encountered:
seoyeon0201
No branches or pull requests
게시글 생성
POST
http://localhost:8080/v1/postRequest
Response
해시태그 동작
Post
,Hashtag
,PostHashtag
Table 존재The text was updated successfully, but these errors were encountered: