Created
September 17, 2019 14:01
-
-
Save YuukiToriyama/57b85dcd5337692979d2f1ae53410811 to your computer and use it in GitHub Desktop.
mioponAPIをシェルから叩く
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
# .develoer_idにはデベロッパIDを.access_tokenにはアクセストークンをそれぞれ改行なしで入れるものとする | |
curl -H "X-IIJmio-Developer:$(cat .developer_id)" -H "X-IIJmio-Authorization:$(cat .access_token)" https://api.iijmio.jp/mobile/d/v2/coupon/ > test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
更に、
ってやると、
みたいに整形されてでてくる。