https://github.com/artcom/java-json-http-client
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
https://github.com/artcom/java-json-http-client
Last synced: 7 months ago
JSON representation
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
- Host: GitHub
- URL: https://github.com/artcom/java-json-http-client
- Owner: artcom
- License: mit
- Created: 2018-01-31T15:05:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T10:20:57.000Z (over 8 years ago)
- Last Synced: 2024-12-27T12:21:44.089Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Http Client for Java
A thin utility library performing HTTP queries with automatic JSON de-/serialization.
## Building from source with Gradle
From command line: `./gradlew build`
## Android Studio
From Android Studio: File -> Import Project