Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 375 Bytes

API_DOCS.md

File metadata and controls

54 lines (42 loc) · 375 Bytes

Aplus server docs

/create-post

{
  "category": "",
  "user_id": "",
  "user_name": "",
  "title": "",
  "body": ""
}

/delete-post

{
  "id": 1
}

/create-comment

{
  "post_id": "",
  "body": ""
}

/delete-comment

{
  "id": 1
}

/add-heart

{
  "id": 1
}

/remove-heart

{
  "id": 1
}