Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).

Screenshot of UI API playground

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