gotify / gotify/website

Shelly.Call() ==> (more) Push message examples

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.