Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
323 views

Why isn't google api client library built on top of Apache's Abdera framework?

First of all I want to give many thanks to Google GData API's engineers for their good work and I'd like to mention that this question is not meant to criticize anything. It just pointing out things. ...
2
votes
1answer
339 views

Chunked Transfer Encoding problem with Apache Abdera

I'm using Apache Abdera to POST atom multipart data to my server, and am having some odd problems that I can't pin down. It looks like an issue with chunked transfer encoding, but I'm insufficiently ...
1
vote
1answer
426 views

Apache Abdera Client - Posting/Putting

Looking for help using the Apache Abdera Atom Client. I am trying to post and put files to a feed but I am getting a 400 error saying that the content type must be application/x-www-form-urlencoded ...