BLOG-43 Post related api endpoints #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLOG-43_post_crud_api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
GET
/post_info
Get all the info of the posts.
200
Without any post200
With postsGET
/post/{id}
Get the full post content with the given
id
200
With result404
There is no post with theid
Package Changes
Screenshots
No response
Reference
Resolves #43
Checklist
@ -0,0 +8,4 @@
"sqlx",
"squidspirit"
],
"java.project.sourcePaths": [
Please remove it
LGTM