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: about 1 month ago
JSON representation
API GUI for Liferay DXP 7.3
- Host: GitHub
- URL: https://github.com/ethib137/api-gui-deprecated
- Owner: ethib137
- Created: 2020-03-15T05:36:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:24:27.000Z (over 2 years ago)
- Last Synced: 2025-03-28T11:11:37.333Z (about 2 months ago)
- Topics: apis, gui, liferay, liferay-dxp, openapi
- Language: JavaScript
- Homepage:
- Size: 3.43 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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.

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

Explore available schemas.

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