Skip to content

Commit

Permalink
Added test message
Browse files Browse the repository at this point in the history
  • Loading branch information
rogro82 committed Oct 9, 2019
1 parent e1a2767 commit b672a32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/message.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
POST http://IP:7979/notify HTTP/1.1
content-type: application/json

{
"duration": 30,
"position": 0,
"title": "Your awesome title",
"titleColor": "#0066cc",
"titleSize": 20,
"message": "What ever you want to say... do it here...",
"messageColor": "#000000",
"messageSize": 14,
"backgroundColor": "#ffffff",
"media": { "image": {
"uri": "https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/cfcc3137009463.5731d08bd66a1.png", "width": 480
}}
}

0 comments on commit b672a32

Please sign in to comment.