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
This is an effect of the implementation, which currently wraps any response type into a single struct. It has not caused too much problems in the past, although I admit, that it could be implemented in a better way. I think the thinking behind the single struct was to just a have a single response type.
I leave this issue open as a refactoring reminder.
Dear,
I notice that in the result xml's were two different resumption tokens:
...</record><resumptionToken completeListSize="56" cursor="" expirationDate=""></resumptionToken></ListRecords><ListSets><resumptionToken completeListSize="" cursor="" expirationDate=""></resumptionToken></ListSets></Response>
It seems, that the empty one under ListSets was added by 'metha-sync' and not in the repository response.
Observe anyone else similar?
Best, Andreas
The text was updated successfully, but these errors were encountered: