Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not an Issue
-
Affects Version/s: 0.6.0, 0.7.0, 0.8.0, 0.9.0
-
Fix Version/s: 0.6.0
-
Component/s: Zend_Gdata
-
Labels:None
Description
Google API expect specific method for each action.
To create a new entry in blogger you have to use POST (HTTP), but if you want to modify this entry, you have to use PUT.
GData only allow post so you can't modify an entry for example in Blogger.
This also affect the new Picasa API as you have to use PUT to update a photo.
This should affect other Google API.
The DELETE (HTTP) should also be allowed.
Proposal:
Maybe the HTTP method should be an attribute of the method post of the class Zend_Gdata (and maybe the method post should be renamed)
Assigning to
Bill Karwin.