Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1023 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 1023 Bytes

Http Client Library for Enonic XP

Build Status codecov License

This library allows making HTTP requests to a remote server and receiving the response. See documentation here: https://enonic-docs.s3.amazonaws.com/com.enonic.lib/lib-http-client/index.html

Building

To build this project, execute the following:

./gradlew clean build

Publishing

To release this project, execute the following:

./gradlew clean build uploadArchives

Documentation

Building the documentation is done executing the following:

./gradlew buildDoc

And publishing the docs to S3:

./gradlew publishDoc