update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 10:50:34 -05:00
parent e43eff6b3b
commit 3a84505fc9
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class ApiResponse:
Attributes:
statusCode (`int`): The http status code of the response.
data: If the success was successful will contain the response data deserialized to custom python objects.
data: If the request was successful will contain the response data deserialized to custom python objects.
message (`str`): A message that may provide more detail about the requests success or failure.
raw (`requests.Response`): Exposes the raw response object of the request if you'd like to handle it directly.
"""