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
We'll have to add a constant private property method to our request protocol. We should also create an enum for this property with cases GET, PUT, POST.
We should implement the assignments viewed here to test.
The text was updated successfully, but these errors were encountered:
Description
The Network layer currently only supports requests that fetch data. We'd like to create requests that can manipulate data on the API.
Relevant Resources
(Feature Owner, Developer) Attach links to resources such as Figma files, technical documentation, etc.
Implementation Plan (optional)
We'll have to add a constant private property
method
to our request protocol. We should also create an enum for this property with casesGET
,PUT
,POST
.We should implement the assignments
viewed
here to test.The text was updated successfully, but these errors were encountered: