Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.06 KB

File metadata and controls

11 lines (10 loc) · 1.06 KB

api

Curhatin API

name link param
Register https://curhatin.herokuapp.com/account/register {fname : string, email : string , password :string}
Login https://curhatin.herokuapp.com/account/login {email : string , password : string}
tag https://curhatin.herokuapp.com/tag {tag:string}
post https://curhatin.herokuapp.com/post/add {postId : integer , tagId: integer , post : text , topic : text}
comment https://curhatin.herokuapp.com/comment/add {postId : integer , accountId : integer , comments : TEXT}
postComment https://curhatin.herokuapp.com/postcomment/get {postId : integer}