Hi, I've been using this if-statement to check if ...
# python
p
Hi, I've been using this if-statement to check if the request was successful, but it looks like the Status-Code field is missing in the new Library Updates. Has anyone else encountered this issue?
Copy code
py
if response['status_code'] == 201:
    # do smth with the data
else:
    # throw error