Skip to content

Commit 330cd0b

Browse files
Update CHANGELOG.md
Co-authored-by: Kim Strauch <[email protected]>
1 parent 9967c97 commit 330cd0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
- Get Flow Tags
1010
- Get List Tags
1111
- Get Segment Tags
12-
- Reworked the response object from api
12+
- Reworked the response object returned by SDK methods
1313
- instead of only returning the response payload, the status code and headers are now also returned
1414
- 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.
1515

0 commit comments

Comments
 (0)