質問編集履歴

2

タイトルを変更しました

2019/09/09 14:42

投稿

kobaryo4565
kobaryo4565

スコア5

test CHANGED
@@ -1 +1 @@
1
- postmanではAPI叩けるのにコマンドcurlではapiキ無効になる
1
+ curlコマンドでOpenweatherAPI叩いてデタを出力したい
test CHANGED
File without changes

1

誤字を修正しました

2019/09/09 14:42

投稿

kobaryo4565
kobaryo4565

スコア5

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- curl http://api.openweathermap.org/data/2.5/weather?zip=182-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
17
+ curl http://api.openweathermap.org/data/2.5/weather?zip=143-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
18
18
 
19
19
  ```
20
20