BETA Status?
snadboy
Registered Users Posts: 7 Beginner grinner
What is the status of v1.1.1 of the SmugMug API?
From my testing, and the numerous posts of Luke Church, there appear to be numerous problems with the API. Since this BETA has been available since May of this year I had hoped for something more reliable, or at least an active discussion of the problems and their proposed resolutions.
I understand that support for the API is 'as-is', but isn't it time for this issue to move closer to resolution?
snadboy
From my testing, and the numerous posts of Luke Church, there appear to be numerous problems with the API. Since this BETA has been available since May of this year I had hoped for something more reliable, or at least an active discussion of the problems and their proposed resolutions.
I understand that support for the API is 'as-is', but isn't it time for this issue to move closer to resolution?
snadboy
0
Comments
The API, being technically unsupported, requires testing by the user community at large to become stable. It receives a decent amount of testing internally since we do use it ourselves, but not the kind of rigorous testing that hundreds of apps, rather than one, can provide.
Until Luke came along, the BETA API wasn't getting the testing it needed and, as a result, stagnated. Now that Luke's attacking it vigorously and methodically, I'm hopeful we'll get the bugs worked out in the next two weeks or so and we can release the BETA API as the new stable release.
No promises, though. It'll be done "when it's done", which varies depending on my (and, now, Luke's) workload.
Stay tuned.
Don
Thank you for the good news. I hope that you'll also fix the issues with REST calls, not only XML-RPC (since Luke only uses XML-RPC to my knowledge).
Especially the encoding bug (XML declaration states UTF-8, but contents is Latin-1 -> XML parser isn't happy about it as soon as some non-ASCII-chars are used like àéèäöü) and the logout bug should hopefully get fixed soon, since they are problematic for users of the REST calls (session remains valid and could me misused).
Cheers, Arsène
Hmm, strange, I'm specifically encoding to UTF-8 on almost every string. (I'd like to say "every" rather than "almost every" but I'd have to double-check since you're obviously not seeing what I thought I wrote .
FYI, I use REST almost exclusively, so with Luke hitting XML-RPC and me hitting REST, hopefully we'll have good coverage.
But I can always use an extra set of eyes.
Don
Ok, so if you are using REST yourself, please tell me: are you logging off your sessions? If yes, are you doing this via REST? Because I always get an unknown session error back when I try to logoff, both for authenticated and anonymous logins.
Well, I guess noone uses the full feature-set, so more users means more coverage... right?
Cheers, Arsène