A Java 8 HTTP Wrapper Lib to deserialize the response!
Explore the docs »
Examples
·
Report Bug
·
Request Feature
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Gradle
repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.github.DiegoNighty:http-wrapper:2.5.0' }
-
Maven
<repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> <dependency> <groupId>com.github.diegonighty</groupId> <artifactId>http-wrapper</artifactId> <version>2.5.0</version> </dependency>
In the test package here you can view a example code
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request