Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 654 Bytes

README.markdown

File metadata and controls

32 lines (19 loc) · 654 Bytes

Liferay API GUI

A GUI for exploring Liferay's API's in Liferay DXP 7.3.

Usage

Find the widget in the Control Panel under System > API GUI.

API GUI

View results of API requests and see examples of how to make the request using JavaScript.

API GUI Result

Explore available schemas.

API GUI Result

How to Build and Deploy to Liferay

Update ./gradle-local.properties so that it contains:

liferay.workspace.home.dir=/path/to/liferay/home

Build it

$ blade gw build

Deploy to Liferay

$ blade gw deploy

Issues & Questions Welcome