Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethib137/api-gui-deprecated

API GUI for Liferay DXP 7.3
https://github.com/ethib137/api-gui-deprecated

apis gui liferay liferay-dxp openapi

Last synced: 22 days ago
JSON representation

API GUI for Liferay DXP 7.3

Awesome Lists containing this project

README

        

# Liferay API GUI (Deprecated)

Replaced by: https://github.com/lfrsales/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](/images/APIGUI.png)

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

![API GUI Result](/images/APIGUIResult.png)

Explore available schemas.

![API GUI Result](/images/schemaExplorer.png)

## 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