Shelly.Call() ==> (more) Push message examples
Open
- Dominant language
- TypeScript
- Stars
- 177
- Forks
- 64
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 1
Description
It took me some time to figure out. So, maybe you want to add this to your website:
```
Shelly.call(
"HTTP.POST", {
"url": "http://localhost:8008/message?token=",
"content_type": "application/x-www-form-urlencoded",
"body": "message="
},
function(result) {
print(result);
}
);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.