PDA

View Full Version : smugmungous awol from api: smugmug.images.getURLs


cabbey
Oct-21-2007, 03:17 PM
title pretty much says it all... 1.2.1 json endpoint, this image is known to have the smugmungous sizes created, but the getURLs endpoint doesn't seem to know that... makes it hard to detect if an image has already been regenerated with the bigger sizes. (an optimization I was hoping to use in my tool) Also makes it hard to know when processing on a given image has finished so that you can send another to be processed. (another feature I was hoping to implement... rate limiting so I don't flood you folks.)

2007-10-21 17:12:10.184 tester[24414] image urls are:
{
Image = {
AlbumURL = "http:\\/\\/cabbey.smugmug.com\\/gallery\\/3213902\\/1\\/36416973";
LargeURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-L-2.jpg";
MediumURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-M-2.jpg";
OriginalURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-O-2.jpg";
SmallURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-S-2.jpg";
ThumbURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Th-2.jpg";
TinyURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Ti-2.jpg";
id = 36416973;
};
method = "smugmug.images.getURLs";
stat = ok;
}

devbobo
Oct-21-2007, 03:25 PM
G'day Cabbey,

It's been implemented, but not pushed live yet.

Hopefully, sometime this week :D

David

cabbey
Oct-21-2007, 10:46 PM
Awesome, that will allow me to throttle my october api contest entry so that it doesn't trip the abuse alarms. Now if only I knew how many in flight image reprocessing requests at one time is acceptable.... ;)

TazzyTazzy
Oct-30-2007, 11:24 AM
G'day Cabbey,

It's been implemented, but not pushed live yet.

Hopefully, sometime this week :D

David

Was this pushed to live?

-Mitch

devbobo
Oct-30-2007, 03:25 PM
Was this pushed to live?

-Mitch

G'day Mitch,

Yeah, it's live (http://dgrin.com/showthread.php?t=75154)... sorry about the late notice.

Cheers,

David