Options

smugmungous awol from api: smugmug.images.getURLs

cabbeycabbey Registered Users Posts: 1,053 Major grins
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;
}
SmugMug Sorcerer - Engineering Team Champion for Commerce, Finance, Security, and Data Support
http://wall-art.smugmug.com/

Comments

  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited October 21, 2007
    G'day Cabbey,

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

    Hopefully, sometime this week :D

    David
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    cabbeycabbey Registered Users Posts: 1,053 Major grins
    edited October 22, 2007
    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.... ;)
    SmugMug Sorcerer - Engineering Team Champion for Commerce, Finance, Security, and Data Support
    http://wall-art.smugmug.com/
  • Options
    TazzyTazzyTazzyTazzy Registered Users Posts: 32 Big grins
    edited October 30, 2007
    devbobo wrote:
    G'day Cabbey,

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

    Hopefully, sometime this week :D

    David

    Was this pushed to live?

    -Mitch
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited October 30, 2007
    TazzyTazzy wrote:
    Was this pushed to live?

    -Mitch

    G'day Mitch,

    Yeah, it's live... sorry about the late notice.

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
Sign In or Register to comment.