Skip to content

Built for seamless integration and efficient communication with RESTful APIs, java-rest-client is a Java library engineered to simplify and enhance your development experience

License

Notifications You must be signed in to change notification settings

MBenincasa/java-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release License: GPL v3 workflow

Donate

Java REST Client library

Welcome to the Java REST Client Library! This library provides a convenient way to interact with RESTful APIs in Java applications. Whether you're building a web service client, integrating with third-party APIs, or developing a microservice architecture, this library aims to simplify the process of making HTTP requests and handling responses.

Table of Contents

Minimum Requirements

Java 17 or above.

Dependencies

  • com.fasterxml.jackson.core:jackson-databind:jar:2.17.2
  • com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2
  • org.junit.jupiter:junit-jupiter:jar:5.11.0
  • org.junit.platform:junit-platform-suite-engine:jar:1.11.0

Maven Dependency

To include this library in your Maven project, add the following dependency to your pom.xml:

<dependency>
  <groupId>io.github.mbenincasa</groupId>
  <artifactId>java-rest-client</artifactId>
  <version>0.3.1</version>
</dependency>

Documentation

You can find the documentation for each release in the docs folder

Contributing

We welcome contributions from the community to improve this library. If you encounter any bugs, have feature requests, or want to contribute code, please open an issue or submit a pull request on GitHub.

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

Contact

Mirko Benincasa - mirkobenincasa44@gmail.com

Donations

Another way to support and contribute to the project is by sending a donation. The project will always be free and open source.
Click here to make a donation on PayPal

About

Built for seamless integration and efficient communication with RESTful APIs, java-rest-client is a Java library engineered to simplify and enhance your development experience

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages