質問編集履歴

1

誤字

2018/06/23 14:47

投稿

sabx
sabx

スコア200

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  class Hoge
18
18
 
19
- uri = URI.parse("https://api.github.com/search/repositories/q=language:Javascript&sort=stars&order=desc")
19
+ uri = URI.parse("https://api.github.com/search/repositories?q=language:Javascript&sort=stars&order=desc")
20
20
 
21
21
  https = Net::HTTP.new(uri.host, uri.port)
22
22