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
for all GET request the method names should start with "get..." or "fetch"
for all PATCH request the method names should start with "modify..." or "upate..."
=> we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge)
The text was updated successfully, but these errors were encountered:
for all GET request the method names should start with "get..." or "fetch"
![Image](https://user-images.githubusercontent.com/98932343/265552696-80f45c7d-f2b9-47c9-b3ba-62888853a197.png)
for all PATCH request the method names should start with "modify..." or "upate..."
=> we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge)
The text was updated successfully, but these errors were encountered: