Open hayuna opened 4 years ago
Add method POST to add new user, and method GET to display on front-end data.
Two new subtasks were added to agenda.
@Tubka You can check subtasks in agenda if we complete them.
Status codes indicates the action requested by the client was received, understood, and accepted.
Standard response for successful HTTP requests.
The request has been fulfilled, resulting in the creation of a new resource.
The server successfully processed the request, and is not returning any content.
Status code indicates the client must take additional action to complete the request. Mainly used in URL redirection.
This and all future requests should be directed to the given URI.
Status code is intended for situations in which the error seems to have been caused by the client.
The server cannot or will not process the request due to an apparent client error.
Used when authentication is required and has failed, has not yet been provided or the user does not have valid authentication credentials for the target resource.
The original intention was that this code might be used as part of some form of digital cash or micropayment scheme.
The request contained valid data and was understood by the server, but the server is refusing action. This may be due to the user not having the necessary permissions for a resource.
The requested resource could not be found.
A request method is not supported for the requested resource. Restricted by CORS.
The server timed out waiting for the request.
The server failed to fulfill a request.
Error given when an unexpected condition was encountered and no more specific message is suitable.
The server cannot handle the request (because it is overloaded or down for maintenance).
Agenda: