Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ethib137/api-gui-deprecated
- Owner: ethib137
- Created: 2020-03-15T05:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:24:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T03:41:45.036Z (over 1 year 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.
![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