cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Add Data Field for JSON #9

Closed mattycarlson closed 3 years ago

mattycarlson commented 3 years ago

Please add a Data field for JSON data. Without it, POST does not work with most APIs because you can't add that data as headers.

derjust commented 3 years ago

Data field as a text area where the user can configure a text (probably JSON) that is transmitted as body with the request?