Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxirosson/jdroid-java-http
Http Library for Java & Android Apps
https://github.com/maxirosson/jdroid-java-http
http java okhttp
Last synced: 5 days ago
JSON representation
Http Library for Java & Android Apps
- Host: GitHub
- URL: https://github.com/maxirosson/jdroid-java-http
- Owner: maxirosson
- License: apache-2.0
- Created: 2017-02-20T22:31:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:31:08.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T10:57:11.591Z (2 months ago)
- Topics: http, java, okhttp
- Language: Kotlin
- Homepage: http://jdroidtools.com
- Size: 790 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Http Library for Java & Android Apps
## Continuous Integration
|Branch|Status|Workflows|Insights|
| ------------- | ------------- | ------------- | ------------- |
|master|[![CircleCI](https://circleci.com/gh/maxirosson/jdroid-java-http/tree/master.svg?style=svg)](https://circleci.com/gh/maxirosson/jdroid-java-http/tree/master)|[Workflows](https://circleci.com/gh/maxirosson/workflows/jdroid-java-http/tree/master)|[Insights](https://circleci.com/build-insights/gh/maxirosson/jdroid-java-http/master)|
|production|[![CircleCI](https://circleci.com/gh/maxirosson/jdroid-java-http/tree/production.svg?style=svg)](https://circleci.com/gh/maxirosson/jdroid-java-http/tree/production)|[Workflows](https://circleci.com/gh/maxirosson/workflows/jdroid-java-http/tree/production)|[Insights](https://circleci.com/build-insights/gh/maxirosson/jdroid-java-http/production)|## Features
* HTTP Service Layer
* GET, POST, PUT, PATCH & DELETE methods
* Headers appender
* Response validator
* Response mocks support
* GZIP encoding
* Cache support
* [OkHttp Implementation](http://square.github.io/okhttp/)
* Parsers
* [Gson parser](https://github.com/google/gson)
## SetupAdd the following lines to your `build.gradle`:
repositories {
jcenter()
}dependencies {
implementation 'com.jdroidtools:jdroid-java-http-okhttp:X.Y.Z'
}Replace the X.Y.Z by the [latest version](https://github.com/maxirosson/jdroid-java-http/releases/latest)
## Donations
Help us to continue with this project:[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2UEBTRTSCYA9L)