- Via script - copy and run the command below
git clone https://github.com/NeveIsa/FreeboardRESTButtons.git ; cd FreeboardRESTButtons ; ./start
- Manual
- Clone this repo.
- Run make (OR if you don't have make installed, just run ./start).
- Coming soon.
- Add a new pane in freeboard dash (+ sign).
- In the newly created pane, add a widget (+ sign)
- In the drop down menu, select REST Button Widget.
- Fill in the REST request details (for testing on http://httpbin.org, just accept the defaults and just select the correct HTTP Method)
- As of now, the request and responses can be viewed in your browser's "Developer Window/Panel" under "Network" tab.
- Display status of response on the widget is updated after every request.
- Editing of created buttons is not supported as of now. Create a new button instead of editiing.
- Single quotes, (i.e ') are not supported in headers and body of request. Will be fixed in next update.