notify: add todos
This commit is contained in:
parent
a604dd5553
commit
43257960aa
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ import os
|
||||||
import jq
|
import jq
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
# TODO(eyJhb): add the following
|
||||||
|
# - example of bash alias
|
||||||
|
# - jq filter parameter documentation
|
||||||
|
# - jq filter example
|
||||||
|
# - easy way to run it ONLY with curl
|
||||||
|
# - e.g. curl notify.fricloud.dk/notify/<simple_token>/msg
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue