API Calls Using VBScript
dac1117
Registered Users Posts: 123 Major grins
Can I make SmugMug API calls using VBScript? What would be the syntax for referencing the SmugMug application object? (I usually use the 'Set' command to reference objects (i.e. 'Set commenceDB = Application.Database').
thx -dc
thx -dc
0
Comments
Unfortunately, there is no object like that. You would have to use an xmlhttp request (using the REST api) and then parse the resulting xml.
There is nothing stopping you from creating an object that makes you life a bit easier, but nothing like that already exists.
Cheers,
David
SmugMug API Developer
My Photos