https://github.com/dgf/lc-rest-client
LiveCycle REST Client Component (AEM 6.2)
https://github.com/dgf/lc-rest-client
aem component forms http rest
Last synced: 6 months ago
JSON representation
LiveCycle REST Client Component (AEM 6.2)
- Host: GitHub
- URL: https://github.com/dgf/lc-rest-client
- Owner: dgf
- License: mit
- Created: 2014-12-18T11:27:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T22:36:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T06:11:21.457Z (about 1 year ago)
- Topics: aem, component, forms, http, rest
- Language: Java
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveCycle REST Client Component (AEM 6.2)
currently only supports HTTP(S) GET, POST, PUT, DELETE requests with optional Basic Authentication
## Deployment
build and package this component with [Maven][mvn]
```sh
$ mvn clean package
```
and install the component archive ```lc-rest-client-.jar``` with the Workbench
as described in the [Programming with LiveCycle ES4][lc] documentation.
## Usage

[mvn]: http://maven.apache.org
[lc]: http://help.adobe.com/en_US/livecycle/11.0/ProgramLC/index.html