Hi, currently a button app only allows to send GET requests to a specific URL. It would be a nice feature to also allow POST requests. There are some APIs that only accept POST requests.
In my opinion POST would also be the correct use for an API call that should provoke an action and doesn't work with the returned body.
NightFighter
Hi, currently a button app only allows to send GET requests to a specific URL. It would be a nice feature to also allow POST requests. There are some APIs that only accept POST requests.
In my opinion POST would also be the correct use for an API call that should provoke an action and doesn't work with the returned body.