Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 342 Bytes

kittiz-notify

Example env

  • NT_SYNOLOGY=token|chatid

usage:

GET,POST
https://localhost/synology

query:
    ?message=hello world
json:
    {"message":"hello world"}
xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <root>
        <message>hello world</message>
    </root>
form/x-www-form-urlencoded
    message:hello world