Y
Hacker News
new
|
ask
|
show
|
jobs
by
SethMLarson
868 days ago
Correct! The examples we used were making requests to httpbin.org, but I also was able to query GitHub's API :)
`data = urllib3.request("GET", "
https://api.github.com").json
()`