Florian
unread,Dec 11, 2010, 4:53:42 PM12/11/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to producteev-api-discuss
I haven't been playing with the producteev API for a long time now.
Because I still follow what's being said here, I saw there has been
recently some changes in the API and I decided to take some of my time
to update the action script library I published some months ago on
google code.
I remember writing some integration tests to verify this library is
always up to date with the last API changes.
So, before adding any new code, I launched all the tests.
I was really surprised to see that almost everything was broken!
It didn't take too much time to realize that you changed the xml
responses returned by the server. All xml attributes have been
replaced by xml nodes.
I don't know when it happened, probably a long time ago, but I don't
think it has been mentionned here. Or did I miss something? Because
when doing changes like this one, you potentially break every
application that use the xml API...