- Notifications
You must be signed in to change notification settings - Fork785
Open
Description
I've been looking at using the REST API functionality to avoid update conflicts (https://www.twilio.com/docs/usage/mutation-and-conflict-resolution) but although theif_match
param is supported by the python SDK, I can't see any way of accessing theETag
header from SDK objects, in the docs or the source code.Version.fetch
only parses theresponse.text
, as doesPage.process_response
.
Am I missing something or is this absent? If the latter, could some way of accessing theEtag
be added?