You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
9
9
- Get Flow Tags
10
10
- Get List Tags
11
11
- Get Segment Tags
12
-
- Reworked the response object from api
12
+
- Reworked the response object returned by SDK methods
13
13
- instead of only returning the response payload, the status code and headers are now also returned
14
14
- The API response payload is now nested under `body` within the API response returned by SDK methods. You can get the `id` of the returned resource by calling `response.body.data.id` instead of `response.data.id` from previous releases. You can get response headers and status with `response.headers` and `response.status` respectively.
0 commit comments