How to use Abdera atom client to send content and attachment
问题 We are using Abdera to interact with the IBM Connections API, but our problem is mostly related to Abdera itself. I think there is a bug in Abdera that does not allow you send an Entry that contains content and attachments in a single request. As a workaround you would probably be able to send two separate requests to create first with content and update afterwards with attachment. Sadly the Connections API required you to have all data in a single request or your old data is not preserved.