Skip to content

enonic/lib-http-client

Repository files navigation

Http Client Library for Enonic XP

Actions Status codecov License

This library allows making HTTP requests to a remote server and receiving the response.

See documentation here: https://developer.enonic.com/docs/http-client-library/master

Building

To build this project, execute the following:

./gradlew clean build

Publishing

To release this project, execute the following:

./gradlew clean build publish