Last active
October 15, 2016 23:07
-
-
Save ko31/3fb17cdae1d9ff938fd2c8745e5b93ca to your computer and use it in GitHub Desktop.
【LINE】LINE Notifyの通知サンプル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://notify-api.line.me/api/notify -X POST -H 'Authorization: Bearer [MY_ACCESS_TOKEN]' -F 'message=hello' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment