Skip to content

Missing Params for Put and Delete? #1551

Closed
@mrexodia

Description

@mrexodia

Today I was trying to use the client library (usually I use the server) and noticed that the Delete function doesn't have an overload with Params. Is this intentional or will you accept a PR with this change?

I extracted this table of general REST guidelines from ChatGPT:

HTTP Method Usage Request Body? Query Parameters?
GET/HEAD Retrieve data No Yes
POST Create resource Yes No
PUT Update resource Yes No
DELETE Delete resource No Yes
PATCH Partial update Yes No

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions