-
Paul Arthur authored
* Use correct endpoint (/Users/{id}, not /Users/{username}), which is returned as part of the user object. * Correctly check for HTTP success error code (`requests.codes.ok` is only '200', not all success responses.) * Pass JSON data to Requests using `json`, not `data`
9c6e5646