Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 402 Bytes

url.md

File metadata and controls

18 lines (12 loc) · 402 Bytes

URL Widget

In your API, separate pages may come from separate endpoints.

To enable this, you can replace scaffold widgets with a url widget pointing to the definition of the page in your API.

{
    "type": "url",
    "url": "https://api.athing.com/v1/details/1.json"
}

The widget returned by the URL must be a scaffold.

See Also