Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 851 Bytes

File metadata and controls

27 lines (17 loc) · 851 Bytes

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