jfrog / jfrog/artifactory-client-java

Is there a possibility to rest call with HEAD method

Open Beginner friendly
#375 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.