enonic / lib-http-client

Http Client Library for Enonic XP.
Apache License 2.0
0 stars 4 forks source link

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