Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 875 Bytes
description
APIs can be imported, configured and tested via the API tab on the left-hand side of the editor. APIs allow you to connect your widgets to your backend data in a secure manner.

Connecting to APIs

API Pane

The API pane is a REST interface that allows you to create and modify your existing APIs. All REST HTTP methods are supported and API values can be configured in the headers, params and body fields

Reading values from widgets

Any input field in the REST interface can read a value from a widget by entering**{{ widgetName.property }}** inside the field. You can learn more about taking inputs from widgets here

{% page-ref page="taking-inputs-from-widgets.md" %}

{% hint style="info" %} APIs are created for a single page and cannot be accessed from another page. {% endhint %}