node-red-contrib-line-messaging-api 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,6 @@ LINE Messagin APIのNode-REDのノードです。
|
|
|
4
4
|
|
|
5
5
|
LINE Messagin APIを利用できるNode-REDのノードです。
|
|
6
6
|
|
|
7
|
-
以下のAPIを利用できます。
|
|
8
|
-
|
|
9
|
-
- LINE Messaging API
|
|
10
|
-
- Webhook & Reply Message
|
|
11
|
-
- Push Message
|
|
12
|
-
- BloadCast Message
|
|
13
|
-
- LINE Notify
|
|
14
|
-
|
|
15
7
|
## インストール
|
|
16
8
|
|
|
17
9
|
```
|
|
@@ -22,7 +14,7 @@ or
|
|
|
22
14
|
|
|
23
15
|
AdminタブからInstall
|
|
24
16
|
|
|
25
|
-
##
|
|
17
|
+
## 利用できるAPIと利用イメージ
|
|
26
18
|
|
|
27
19
|
### Webhook & Reply Message
|
|
28
20
|
|