Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support POST & PUT & DELETE requests #149

Open
azooz2003-bit opened this issue Dec 23, 2024 · 0 comments
Open

[Feature]: Support POST & PUT & DELETE requests #149

azooz2003-bit opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
new feature new feature implementation

Comments

@azooz2003-bit
Copy link
Contributor

azooz2003-bit commented Dec 23, 2024

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 cases GET, PUT, POST.

We should implement the assignments viewed here to test.

@azooz2003-bit azooz2003-bit added the new feature new feature implementation label Dec 23, 2024
@azooz2003-bit azooz2003-bit self-assigned this Dec 25, 2024
@azooz2003-bit azooz2003-bit changed the title [Feature]: Support POST & PUT requests [Feature]: Support POST & PUT & DELETE requests Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature new feature implementation
Projects
None yet
Development

No branches or pull requests

1 participant