Subject: | Doesn't work. |
This library doesn't seem to work at all. I don't see how it has much in
common with the current documented api.
What's wrong? let's see...
1. requests & responses are encoded in xml in this module; the docs say
JSON.
2. The url is wrong: here it's http://www.moo.com/api/api.php.
The docs say that it should be either http://www.moo.com/api/service/ or
https://secure.moo.com/api/service/
3. I don't see any references to any moo methods (like such as
'moo.pack.createPack') or data structures such as imagebaskets or sides,
or anything else related to moo's pack object model.
Apparently this thing did work in the past, so I must assume that it
worked against a deprecated or undocumented version of the api.