/api-gui

API GUI for Liferay DXP 7.3

Primary LanguageJavaScript

Liferay API GUI

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

Usage

Add the widget to a page from the widget menu under the API category.

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 .npmbuildrc so that liferayDir points to your local Liferay bundle.

Build it

$ npm install $ npm run build

Deploy to Liferay

$ npm install $ npm run deploy

Issues & Questions Welcome