Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save way2datta/f835163b0b54681eaccef47070f150bb to your computer and use it in GitHub Desktop.
Save way2datta/f835163b0b54681eaccef47070f150bb to your computer and use it in GitHub Desktop.
Poorly formatted and poorly named urls and http methods
HTTP GET http://localhost:3000/userJWTValidation
HTTP GET http://localhost:3000/JwtValidation
HTTP GET http://localhost:3000/creationOfUserDetails
HTTP GET http://localhost:3000/getAllusersDetails
HTTP GET http://localhost:3000/fetchUserDetails
HTTP GET http://localhost:3000/deletionOfUserDetails
HTTP GET http://localhost:3000/updationOfUserDetails
HTTP GET http://localhost:3000/getExpenseCategoryOfUsers
HTTP GET http://localhost:3000/getExpenseCategoryOfUser
HTTP GET http://localhost:3000/deletionExpenseCategoryOfUser
HTTP GET http://localhost:3000/updationExpenseCategoryOfUser
HTTP GET http://localhost:3000/creationOfExpenseCategoryOfUser
HTTP GET http://localhost:3000/getExpenseCategoryOfUsers
HTTP GET http://localhost:3000/getExpenseCategoryOfUser
HTTP GET http://localhost:3000/deletionOfExpenseCategoryOfUser
HTTP GET http://localhost:3000/updationOfExpenseOfUser
HTTP GET http://localhost:3000/creationOfExpenseOfUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment