Skip to content

Instantly share code, notes, and snippets.

@ko31
Last active October 15, 2016 23:07
Show Gist options
  • Save ko31/3fb17cdae1d9ff938fd2c8745e5b93ca to your computer and use it in GitHub Desktop.
Save ko31/3fb17cdae1d9ff938fd2c8745e5b93ca to your computer and use it in GitHub Desktop.
【LINE】LINE Notifyの通知サンプル
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