package
0.0.0-20210324111005-9b3a0200ebd5
Repository: https://github.com/kushagramehta/example-blog-server.git
Documentation: pkg.go.dev

# README

End-PointRequest TypeFunction callAuth requireJSON Request(want)JSON Response(Give)
/loginPOSTLoginno``` asd ````
/signupPOSTSiginUpno
/users/{id}GETFindUserByIDno
/users/{id}PUTPutNewPasswordYes
/users/{id}/likeGETGetLikedPostyes
/users/{id}/like/{postID}PATCHPatchLikeyes
End-PointRequest TypeFunction callAuth requireJSON Response
/postsPOSTCreateyes
/posts/{id}GETGetPostbyIDno
/posts/top/{limit}GETGetTopPostIDsno
/posts/draft/{id}GETGetDraftYes
/posts/draft/{id}PATCHPatchDraftedYes
/posts/{postID}/tagsGETGetTagsOfPostno
/posts/tag/{id}/{limit}GETGetPostsOfTagno
End-PointRequest TypeFunction callAuth requireJSON Response
/tagsPOSTCreateyes
/tags/{id}GETGetTagDatano
/tags/top/{limit}GETGetTopTagsno
/tags/{postid}/{id}DELETEDeleteTagsyes
/tags/{id}/add/{postid}POSTAttachMeyes
End-PointRequest TypeFunction callAuth requireJSON Response
/comments/{postID}GETGetCommentsno
/comments/{postID}POSTPostyes
/comments/{postID}DELETEDeleteyes

# Structs

No description provided by the author