Closed brolewis closed 1 year ago
The error line should probably be
response = self._client.attachment_api.get(sys_id)
Also, of note, this is a change in the API behavior that I did not see documented anywhere since the class no longer accepts sys_id
.
@brolewis sorry about that, that's pretty annoying of me to change. I'll add the right tests and fix asap.
Do you want me to keep the older behavior? it's inconsistent with everything else but does no harm
@vetsin As long as I know the right way to do it, I'm fine with the get
method, and honestly that makes sense to go that route, as long as it works :)