Redoing program to center around JSONRPC instead of a more REST-like API
This commit is contained in:
parent
ed4bbeb608
commit
be8936a665
15 changed files with 209 additions and 170 deletions
9
auth-sample.json
Normal file
9
auth-sample.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"WGV99fSwgKhdQSa89HQIGxas": [
|
||||
{"method":"send","params":{"recipient":["+16028675309"]}},
|
||||
{"method":"send","params":{"groupID":["67a13c3e-8d29-2539-ce8e-41129c349d6d"]}}
|
||||
],
|
||||
"ZQR3T6lqsvnXcgcWhpPOWWdv": [
|
||||
{"method":"receive","params":{"envelope":{"source":"67a13c3e-8d29-2539-ce8e-41129c349d6d"}}}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue