Fantastic news!
The API is really easy to use and the sample code especially helpful.
After a few false starts (declaring Timestamp as TimeStamp as the
sample requests show - I'd change this in the documentation but I
don't have the correct permissions to edit wiki pages) and IP
addresses (wildcard on the last region doesn't seem to work, eg
123.456.789.* so I added *.*.*.* ), I got a valid response.
Some small problems:
- On the action 'ListScripts', only 'Shared' and 'User-contributed'
scripts are returned, not 'Custom', which is what I was looking for.
ListRoles does not suffer this problem.
- GetFarmStats gives me an empty result set, with or without
supplying a 'Date' request parameter:
<?xml version="1.0"?> <GetFarmStatsResponse>
<TransactionID>aa663965-7163-476c-98bd-c44b1b67d6a8</TransactionID>
<StatisticsSet/> </GetFarmStatsResponse>
(this is for a valid FarmID, although I get the same response for
farms that I don't own (eg, I tried 12345 and got the same result))
Thanks,
Martin.