Write access to the wiki
fermion
Registered Users Posts: 13 Big grins
David,
Is write access to the wiki only given to employees of smugmug? I'd gladly touch up the documentation with what I've learned so far from cruising this forum and from your replies to questions.
Is write access to the wiki only given to employees of smugmug? I'd gladly touch up the documentation with what I've learned so far from cruising this forum and from your replies to questions.
0
Comments
Portfolio • Workshops • Facebook • Twitter
Hmm, okay. Seems somewhat inefficient given the usually robust revision control that wiki systems have, but okay.
http://wiki.smugmug.net/display/API/show+1.2.2?method=smugmug.albums.get
- Arguments
* Extras - "A custom, comma separated list of Album attributes to be included in the response.", or some other variant of the description here: http://www.dgrin.com/showthread.php?t=90636&highlight=lastupdated
* LastUpdated = "Epoch time expected. Passing a LastUpdated argument will return Albums whose LastUpdated is later than the one provided."
I've been working on a Ruby gem wrapper for the API, these are the things I've found so far that are confusing. I'll just keep adding things here as I chug along.
Thanks :-)
I know there is a few items not really documented, I'll try to roll them out this week.
SmugMug API Developer
My Photos
Ah, that explains it. Gotta love "self documenting" (literally) code :-D
Thanks David.