You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Alinn Martinez edited this page Mar 27, 2023
·
6 revisions
openapi-docs
Docstrings
Routes
/**
Description:
Associated Endpoint: (for example: /authors/:authorid)
Request Type:
Request Body: (for example: { username: 123, email: [email protected] })
Return: 200 Status (or maybe it's a JSON, specify what that JSON looks like)
*/
Backend + Frontend
/**
* Description: Represents a Comment
* Functions:
* - functionName(): Sends a DELETE request to delete a comment on a specific post
* Returns:
*/
console.log('Debug: <TLDR what the function is doing>')
/**
* Description:
* Request: (if axios is used)
* Returns:
*/
console.log('Debug: <TLDR what the function is doing>')