Skip to content

Conversation

@SentryMan
Copy link
Collaborator

Now will generate clients like this

@Client
public interface ApiClient {
  @Get("/consecutive/paths/generate")
  String consecutive();
}
  @Override
  public String consecutive(String accept) {
    return client.request()
      .path("consecutive/paths/generate")
      .GET()
      .asPlainString().body();
  }

@SentryMan SentryMan added this to the 3.4 milestone Jul 3, 2025
@SentryMan SentryMan requested a review from rbygrave July 3, 2025 17:59
@SentryMan SentryMan self-assigned this Jul 3, 2025
@SentryMan SentryMan added the enhancement New feature or request label Jul 3, 2025
@SentryMan SentryMan enabled auto-merge (squash) July 3, 2025 18:02
@SentryMan SentryMan merged commit 3f441be into avaje:master Jul 7, 2025
5 checks passed
@SentryMan SentryMan deleted the simplify-path branch July 7, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants