Jandev / Jandev/azurefunctions-httpbinding
Add support for `PATCH`
Open
enhancement
good first issue
help wanted
- Dominant language
- C#
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
At the moment only `POST` and `PUT` are supported.
Adding `PATCH` makes sense, but we'll be using the standard JSON serializer. This way we don't have to assume things what we have to do with partial updates, `null` values, etc.
This is up to the API or creator of the DTO.
Contributor guide
Research direction
Start by locating where POST and PUT are handled and how the standard JSON serializer is selected. Confirm the expected behavior with the repository’s existing checks, if any; done means PATCH is accepted without adding custom partial-update or null-value assumptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100