Created
December 28, 2018 15:38
-
-
Save colorbox/cd942213585c6022612bdc7ffc5fb02e to your computer and use it in GitHub Desktop.
PRのコメントを作成するcurlコマンド
This file contains 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 -X POST -H "Content-Type: application/json" -H "Authorization: token <your GitHub token>" --data '{"commit_id":"8ae911bfd368794ba8955793faff475dcf0b81b7","body":"test","path":"app/models/space_include_ _file_name.rb","position":2}' https://api.github.com/repos/colorbox/kata/pulls/3/comments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment