Client Library to Make HTTP Requests Look Like Regular Methods

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Feign

    Feign makes writing java http clients easier

  • Feign has support for what you're looking for. https://github.com/OpenFeign/feign/tree/master/jaxrs2

  • microprofile-rest-client

    MicroProfile Rest Client

  • https://github.com/eclipse/microprofile-rest-client is a spec that does what you want, there are a few implementations (e.g. Quarkus: https://quarkus.io/guides/rest-client)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rest-ahead

  • I made a library like that, doesn't support this out of the box, however you can add your own dialect by using just one class (I added one for spring): https://github.com/zskamljic/rest-ahead

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts