-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
The RealWorld API is not as RESTful as it could be. As an example, updating a user with partial fields is denoted as PUT, whereas in a RESTful API that would be a PATCH.
Suggested solution
Make a list of all items where we could make our endpoints more RESTful. If it's a non-breaking change, implement it immediately. If it's a breaking change to the official RealWorld API, mark the current endpoint as deprecated, and create a new endpoint with our desired change.
Alternative
Don't do it.
Additional context
No response
Validations
- Read the Contributing Guide.
- Read the
README.md
. - Check that there isn't already an issue that requests the same feature.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request