Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pozil/ui-api-playground
A sample Lightning Web Component (LWC) app that lets you explore the UI APIs and execute them.
https://github.com/pozil/ui-api-playground
api lightning-web-components lwc salesforce ui
Last synced: about 9 hours ago
JSON representation
A sample Lightning Web Component (LWC) app that lets you explore the UI APIs and execute them.
- Host: GitHub
- URL: https://github.com/pozil/ui-api-playground
- Owner: pozil
- Created: 2020-01-07T13:20:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:40:07.000Z (about 2 months ago)
- Last Synced: 2025-01-01T08:12:43.873Z (7 days ago)
- Topics: api, lightning-web-components, lwc, salesforce, ui
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 68
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI API Playground
This is a sample Lightning Web Component (LWC) app that lets you explore the UI APIs and execute them.
**Note:** this app only lists the UI API endpoints that are [accessible from LWC](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_ui_api).
For the exhaustive list of REST endpoints, refer to [this documentation](https://developer.salesforce.com/docs/atlas.en-us.uiapi.meta/uiapi/ui_api_get_started.htm).## Installation
Install the app by running this script:
**MacOS or Linux**
```
./install-dev.sh
```**Windows**
```
install-dev.bat
```The script automatically opens the playground but you can find it later in the **UI API Playground** tab.