jfrog / jfrog/artifactory-client-java
Is there a possibility to rest call with HEAD method
Open
Beginner friendly
Nobody has claimed this yet.
question
- Dominant language
- Java
- Stars
- 331
- Forks
- 163
- Avg merge
- 20h 9m
- Merged PRs (30d)
- 1
Description
ArtifactoryRequest supports enum Method { GET, POST, PUT, DELETE, PATCH, OPTIONS }. Id like to have it with HEAD method
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating ArtifactoryRequest and its Method enum, then trace how enum values are turned into REST calls. Add support for HEAD and verify that the client can issue a HEAD request without regressing the existing methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100