Skip to content

xdroidnet/notifydroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Push Notify API - NotifyDroid

◆ Simple push notification receiver with easy REST API to send messages ~Perfect for IoT / Raspberry Pi / Arduino and so on ~

Push Notify API - NotifyDroid

◆ Simple push notification receiver with easy REST API to send messages ~Perfect for IoT / Raspberry Pi / Arduino and so on ~

1. Make a GET / POST request via HTTP using the API Key displayed in the app

2. The following parameters can be set

k=API Key (required)
t=title
c=content
u=URL to open when clicked

3. API Key can be recreated

4. You can check from the test submission form

5. Sample request

http://xdroid.net/api/message
?k=API Key (required)
&t=title
&c=content
&u=URL to open on click

6. There is a limit to the number of messages that can be sent per day

7. Please do not send any personally identifiable information

プッシュ通知 API - NotifyDroid

◆メッセージを送信するための簡単なREST APIを備えたシンプルなプッシュ通知レシーバーアプリです
◆IoTにも最適です Raspberry Pi / Arduino など

1. アプリに表示されるAPI Keyをつかって HTTPで GET/POST リクエストします

2. 下記パラメータが設定できます

k=API Key (必須)
t=タイトル
c=内容
u=クリック時に開くURL

3. API Keyを作り直すことができます

4. テスト送信用フォームから確認できます

5. サンプルリクエスト

http://xdroid.net/api/message
?k=API Key (必須)
&t=タイトル
&c=内容
&u=クリック時に開くURL

6.1日に送信できるメッセージ数には制限があります

7. 個人を特定するような情報は送信しないでください