TypeError: 'Response' object is not subscriptable
GET
で取得したAPIをJSONにパースしてなかった
response = requests.get("https://*****")
response = response.json()
Go to list of users who liked
More than 3 years have passed since last update.
TypeError: 'Response' object is not subscriptable
GET
で取得したAPIをJSONにパースしてなかった
response = requests.get("https://*****")
response = response.json()
Register as a new user and use Qiita more conveniently
Go to list of users who liked