/HTTP-Wrapper

A simple http wrapper

Primary LanguageJavaMIT LicenseMIT

Contributors Forks Stargazers Issues


HTTP Wrapper

A Java 8 HTTP Wrapper Lib to deserialize the response!
Explore the docs »

Examples · Report Bug · Request Feature

Getting Started

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.

Repository

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>

Usage

In the test package here you can view a example code

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements