We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How hard would it be to modify the rest_api_handler options to allow an option for a POST call to be made a URL instead of a GET ?
As an example, I would like the fauxmo script to call the resource link of my WioLink devices to perform various actions.
Here is an example of the type of curl command I would run to toggle. curl -k -X POST https://us.wio.seeed.io/v1/node/GroveRelayD0/onoff/0?access_token=xxxx
Thanks!
The text was updated successfully, but these errors were encountered:
I need this as well. I guess I'll try to hack it myself :)
Sorry, something went wrong.
#33
I've created a pull request here, meanwhile you can find it on my fork: https://github.com/MrDadaGuy/fauxmo
I forgot I even opened this issue. @MrDadaGuy ill check our your branch. Thanks!
No branches or pull requests
How hard would it be to modify the rest_api_handler options to allow an option for a POST call to be made a URL instead of a GET ?
As an example, I would like the fauxmo script to call the resource link of my WioLink devices to perform various actions.
Here is an example of the type of curl command I would run to toggle.
curl -k -X POST https://us.wio.seeed.io/v1/node/GroveRelayD0/onoff/0?access_token=xxxx
Thanks!
The text was updated successfully, but these errors were encountered: