API Documentation - vernfongchao/Catoura GitHub Wiki

This is the API page

API-Routes

These routes are designed to only change the DOM without needing to refresh the page to create a single-page-app-like feel for the user for specific features.

/questions/:id

When in a specific question page, The user can add, delete, or update their answer they have made to a specific question without needing to refresh the page. The user can also add, delete, or update their comments made to an answer. The user can also add, delete, or update their like towards an answer

API ROUTES:

  • POST /answers/
  • DELETE /answers/:id