79529894

Date: 2025-03-24 00:06:41
Score: 1.5
Natty:
Report link

maybe

webClient
    .get()
    .uri("/repos/{owner}/{repo}/commits", owner, repo)
    .header(HttpHeaders.AUTHORIZATION, "token YOUR_GITHUB_TOKEN")
    .retrieve()
    .bodyToFlux(CommitDto.class);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Алёна Петрова